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