diff options
Diffstat (limited to 'verifier.cpp')
-rw-r--r-- | verifier.cpp | 2 |
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. |