summaryrefslogtreecommitdiffstats
path: root/verifier.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-15 18:40:52 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-15 18:40:52 +0100
commit698dc08561643025aec34804fda9f5c551d46305 (patch)
tree3417ec3d003d01cdbe69a5ab876f591602baf4a9 /verifier.cpp
parentMerge "Start charger at /system/bin/charger." (diff)
parentImplement FilePackage class (diff)
downloadandroid_bootable_recovery-698dc08561643025aec34804fda9f5c551d46305.tar
android_bootable_recovery-698dc08561643025aec34804fda9f5c551d46305.tar.gz
android_bootable_recovery-698dc08561643025aec34804fda9f5c551d46305.tar.bz2
android_bootable_recovery-698dc08561643025aec34804fda9f5c551d46305.tar.lz
android_bootable_recovery-698dc08561643025aec34804fda9f5c551d46305.tar.xz
android_bootable_recovery-698dc08561643025aec34804fda9f5c551d46305.tar.zst
android_bootable_recovery-698dc08561643025aec34804fda9f5c551d46305.zip
Diffstat (limited to 'verifier.cpp')
-rw-r--r--verifier.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/verifier.cpp b/verifier.cpp
index b6c3895ce..68a011e0d 100644
--- a/verifier.cpp
+++ b/verifier.cpp
@@ -39,8 +39,6 @@
#include "asn1_decoder.h"
#include "otautil/print_sha1.h"
-static constexpr size_t MiB = 1024 * 1024;
-
/*
* Simple version of PKCS#7 SignedData extraction. This extracts the
* signature OCTET STRING to be used for signature verification.