summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-23 00:23:45 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-23 00:23:45 +0200
commit8c7085878c243c928921ab0caa16a3d04f5f3651 (patch)
tree1268efcbc23b50d8f3d5b2003174096955dfa61c /minadbd/fuse_adb_provider.h
parentMerge "Allow entering rescue mode via recovery UI." (diff)
parentMerge "minadbd: Support rescue install and getprop commands." (diff)
downloadandroid_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.h')
-rw-r--r--minadbd/fuse_adb_provider.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/minadbd/fuse_adb_provider.h b/minadbd/fuse_adb_provider.h
index 24a463d9b..c5561e57d 100644
--- a/minadbd/fuse_adb_provider.h
+++ b/minadbd/fuse_adb_provider.h
@@ -29,8 +29,6 @@ class FuseAdbDataProvider : public FuseDataProvider {
bool ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_size,
uint32_t start_block) const override;
- void Close() override;
-
private:
// The underlying source to read data from (i.e. the one that talks to the host).
int fd_;