summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-05 03:37:58 +0200
committerTao Bao <tbao@google.com>2019-04-26 21:21:55 +0200
commite5c6446a10291eaca258fcae3ce2654d6224dcb9 (patch)
treed62aa7ca728f501e9f288e13b73aefac4b90e831 /minadbd/fuse_adb_provider.cpp
parentRemove the FD parameter from FuseDataProvider ctor. (diff)
downloadandroid_bootable_recovery-e5c6446a10291eaca258fcae3ce2654d6224dcb9.tar
android_bootable_recovery-e5c6446a10291eaca258fcae3ce2654d6224dcb9.tar.gz
android_bootable_recovery-e5c6446a10291eaca258fcae3ce2654d6224dcb9.tar.bz2
android_bootable_recovery-e5c6446a10291eaca258fcae3ce2654d6224dcb9.tar.lz
android_bootable_recovery-e5c6446a10291eaca258fcae3ce2654d6224dcb9.tar.xz
android_bootable_recovery-e5c6446a10291eaca258fcae3ce2654d6224dcb9.tar.zst
android_bootable_recovery-e5c6446a10291eaca258fcae3ce2654d6224dcb9.zip
Diffstat (limited to '')
-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");
-}