aboutsummaryrefslogtreecommitdiffstats
path: root/src/zpowu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zpowu.c')
-rw-r--r--src/zpowu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/zpowu.c b/src/zpowu.c
index cf879e0..9618010 100644
--- a/src/zpowu.c
+++ b/src/zpowu.c
@@ -4,9 +4,6 @@
#define tb libzahl_tmp_pow_b
-extern void zmul_impl(z_t a, z_t b, z_t c);
-extern void zsqr_impl(z_t a, z_t b);
-
void
zpowu(z_t a, z_t b, unsigned long long int c)
{