summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.h
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.h
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 '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_;