diff options
Diffstat (limited to 'math/atest-exp2.c')
-rw-r--r-- | math/atest-exp2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/atest-exp2.c b/math/atest-exp2.c index 20836ca0dc..694237d79f 100644 --- a/math/atest-exp2.c +++ b/math/atest-exp2.c @@ -77,7 +77,6 @@ read_mpn_hex(mp_limb_t *x, const char *str) << (FRAC - i * 4 - 4) % mpbpl); } -static mp_limb_t *get_log2(void) __attribute__((const)); static mp_limb_t * get_log2(void) { |