summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-23 00:08:52 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-23 00:08:52 +0200
commitf365574a60d1cd1d02359d968de2600a5552b9ac (patch)
tree5a3082e357406f3290a4b6a08f32241601138223 /minadbd/fuse_adb_provider.cpp
parentMerge "Allow entering rescue mode via recovery UI." (diff)
parentminadbd: Support rescue install and getprop commands. (diff)
downloadandroid_bootable_recovery-f365574a60d1cd1d02359d968de2600a5552b9ac.tar
android_bootable_recovery-f365574a60d1cd1d02359d968de2600a5552b9ac.tar.gz
android_bootable_recovery-f365574a60d1cd1d02359d968de2600a5552b9ac.tar.bz2
android_bootable_recovery-f365574a60d1cd1d02359d968de2600a5552b9ac.tar.lz
android_bootable_recovery-f365574a60d1cd1d02359d968de2600a5552b9ac.tar.xz
android_bootable_recovery-f365574a60d1cd1d02359d968de2600a5552b9ac.tar.zst
android_bootable_recovery-f365574a60d1cd1d02359d968de2600a5552b9ac.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");
-}