summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-23 00:45:47 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-23 00:45:47 +0200
commit2050b0efb9488aab854193bebc6d2ff68ccdec47 (patch)
tree26286eca4a08926a45296d70d6af715cda271e6b /minadbd/fuse_adb_provider.cpp
parentMerge "Allow entering rescue mode via recovery UI." am: b951138ebe (diff)
parentMerge "minadbd: Support rescue install and getprop commands." (diff)
downloadandroid_bootable_recovery-2050b0efb9488aab854193bebc6d2ff68ccdec47.tar
android_bootable_recovery-2050b0efb9488aab854193bebc6d2ff68ccdec47.tar.gz
android_bootable_recovery-2050b0efb9488aab854193bebc6d2ff68ccdec47.tar.bz2
android_bootable_recovery-2050b0efb9488aab854193bebc6d2ff68ccdec47.tar.lz
android_bootable_recovery-2050b0efb9488aab854193bebc6d2ff68ccdec47.tar.xz
android_bootable_recovery-2050b0efb9488aab854193bebc6d2ff68ccdec47.tar.zst
android_bootable_recovery-2050b0efb9488aab854193bebc6d2ff68ccdec47.zip
Diffstat (limited to 'minadbd/fuse_adb_provider.cpp')
-rw-r--r--minadbd/fuse_adb_provider.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/minadbd/fuse_adb_provider.cpp b/minadbd/fuse_adb_provider.cpp
index 9d19a1ec3..47719b07a 100644
--- a/minadbd/fuse_adb_provider.cpp
+++ b/minadbd/fuse_adb_provider.cpp
@@ -37,7 +37,3 @@ bool FuseAdbDataProvider::ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_s
return true;
}
-
-void FuseAdbDataProvider::Close() {
- WriteFdExactly(fd_, "DONEDONE");
-}