summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-23 01:41:14 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-23 01:41:14 +0200
commit387dbeb25e2f0b91c027044460db8a847918dc33 (patch)
treeac890fbe41b77ceaf4f101da5282c6304081379a /minadbd/fuse_adb_provider.h
parentMerge "Allow entering rescue mode via recovery UI." am: b951138ebe am: bca2ceb7a7 (diff)
parentMerge "minadbd: Support rescue install and getprop commands." am: f365574a60 (diff)
downloadandroid_bootable_recovery-387dbeb25e2f0b91c027044460db8a847918dc33.tar
android_bootable_recovery-387dbeb25e2f0b91c027044460db8a847918dc33.tar.gz
android_bootable_recovery-387dbeb25e2f0b91c027044460db8a847918dc33.tar.bz2
android_bootable_recovery-387dbeb25e2f0b91c027044460db8a847918dc33.tar.lz
android_bootable_recovery-387dbeb25e2f0b91c027044460db8a847918dc33.tar.xz
android_bootable_recovery-387dbeb25e2f0b91c027044460db8a847918dc33.tar.zst
android_bootable_recovery-387dbeb25e2f0b91c027044460db8a847918dc33.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_;