commit | 3b51b7ad0f5fd7deadad3dada4c3edcc65dbcaa3 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu Aug 06 14:37:03 2015 -0400 |
committer | Adam Langley <agl@google.com> | Fri Aug 07 01:53:43 2015 +0000 |
tree | 72826681feae04ac5c674dbcff891745ddb8f475 | |
parent | f9f72b36673ab463015788dbde3a8674d102d927 [diff] |
Remove stray (void)0. Probably a remnant of ifdef soup somewhere. Change-Id: I472f236a2db54a97490b22b0bbcc1701a2dba3b3 Reviewed-on: https://boringssl-review.googlesource.com/5623 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/crypto/bn/exponentiation.c b/crypto/bn/exponentiation.c index 5ae5b78..a829810 100644 --- a/crypto/bn/exponentiation.c +++ b/crypto/bn/exponentiation.c
@@ -925,7 +925,6 @@ } } #endif - (void)0; /* Allocate a buffer large enough to hold all of the pre-computed * powers of am, am itself and tmp.