summaryrefslogtreecommitdiff
path: root/fastboot/device/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot/device/variables.h')
-rw-r--r--fastboot/device/variables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fastboot/device/variables.h b/fastboot/device/variables.h
index f40a0257e..c11e472b7 100644
--- a/fastboot/device/variables.h
+++ b/fastboot/device/variables.h
@@ -80,8 +80,6 @@ bool GetSecurityPatchLevel(FastbootDevice* device, const std::vector<std::string
std::string* message);
bool GetTrebleEnabled(FastbootDevice* device, const std::vector<std::string>& args,
std::string* message);
-bool GetMaxFetchSize(FastbootDevice* /* device */, const std::vector<std::string>& /* args */,
- std::string* message);
// Helpers for getvar all.
std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);