diff options
author | Ian Rogers <irogers@google.com> | 2014-05-12 22:27:34 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-12 22:27:34 +0000 |
commit | e37e330159d1db45ce36e711dfaa90ab65dcf87b (patch) | |
tree | 2f2f5addb7b8b9162b210f66e29bd684d18d40cd | |
parent | 3a49aa7b19945b369221ce486778d7cd70ad066f (diff) | |
parent | 09b84870d51c827cafac6220826bf497b1c622c4 (diff) | |
download | system_core-e37e330159d1db45ce36e711dfaa90ab65dcf87b.zip system_core-e37e330159d1db45ce36e711dfaa90ab65dcf87b.tar.gz system_core-e37e330159d1db45ce36e711dfaa90ab65dcf87b.tar.bz2 |
am 09b84870: Merge "Remove declaration of unused static variable"
* commit '09b84870d51c827cafac6220826bf497b1c622c4':
Remove declaration of unused static variable
-rw-r--r-- | libmincrypt/p256.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ const p256_int SECP256r1_b = // curve b {{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)); } |