commit | 09b84870d51c827cafac6220826bf497b1c622c4 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Mon May 12 22:22:24 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 12 22:22:24 2014 +0000 |
tree | f92b35a9c88af33d2a5a6635505d0442459843d0 | |
parent | 9428a2898c346aeff66922704d153f8bbacbcfa3 [diff] | |
parent | 7fb0844174b879c717551bb086700131c5415db6 [diff] |
Merge "Remove declaration of unused static variable"
diff --git a/libmincrypt/p256.c b/libmincrypt/p256.c index 1608d37..555a07a 100644 --- a/libmincrypt/p256.c +++ b/libmincrypt/p256.c
@@ -49,8 +49,6 @@ {{0x27d2604b, 0x3bce3c3e, 0xcc53b0f6, 0x651d06b0, 0x769886bc, 0xb3ebbd55, 0xaa3a93e7, 0x5ac635d8}}; -static const p256_int p256_one = P256_ONE; - void p256_init(p256_int* a) { memset(a, 0, sizeof(*a)); }