diff options
author | Tao Bao <tbao@google.com> | 2019-04-23 00:23:45 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-04-23 00:23:45 +0200 |
commit | 8c7085878c243c928921ab0caa16a3d04f5f3651 (patch) | |
tree | 1268efcbc23b50d8f3d5b2003174096955dfa61c /minadbd/fuse_adb_provider.cpp | |
parent | Merge "Allow entering rescue mode via recovery UI." (diff) | |
parent | Merge "minadbd: Support rescue install and getprop commands." (diff) | |
download | android_bootable_recovery-8c7085878c243c928921ab0caa16a3d04f5f3651.tar android_bootable_recovery-8c7085878c243c928921ab0caa16a3d04f5f3651.tar.gz android_bootable_recovery-8c7085878c243c928921ab0caa16a3d04f5f3651.tar.bz2 android_bootable_recovery-8c7085878c243c928921ab0caa16a3d04f5f3651.tar.lz android_bootable_recovery-8c7085878c243c928921ab0caa16a3d04f5f3651.tar.xz android_bootable_recovery-8c7085878c243c928921ab0caa16a3d04f5f3651.tar.zst android_bootable_recovery-8c7085878c243c928921ab0caa16a3d04f5f3651.zip |
Diffstat (limited to 'minadbd/fuse_adb_provider.cpp')
-rw-r--r-- | minadbd/fuse_adb_provider.cpp | 4 |
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"); -} |