diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-10-08 23:35:10 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-10-08 23:35:10 +0000 |
commit | f7d154e10f895b6745511e6bf01edf3f375334fc (patch) | |
tree | 92f963f06691ef5b897c5130d33fabe1ad119518 /fastboot/device/variables.cpp | |
parent | 93e029853cf2cd0e7eab74d8b2e0d46b43209350 (diff) | |
parent | aae84e813cce90d5d0b4567498587b87d0dc0a30 (diff) |
Merge "Check maximum allowed download size for download command."
Diffstat (limited to 'fastboot/device/variables.cpp')
-rw-r--r-- | fastboot/device/variables.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fastboot/device/variables.cpp b/fastboot/device/variables.cpp index 2de79b18d..630e22d88 100644 --- a/fastboot/device/variables.cpp +++ b/fastboot/device/variables.cpp @@ -36,7 +36,6 @@ using ::android::hardware::fastboot::V1_0::FileSystemType; using ::android::hardware::fastboot::V1_0::Result; using ::android::hardware::fastboot::V1_0::Status; -constexpr int kMaxDownloadSizeDefault = 0x20000000; constexpr char kFastbootProtocolVersion[] = "0.4"; bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, |