summaryrefslogtreecommitdiffstats
path: root/src/gmputil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmputil.c')
-rw-r--r--src/gmputil.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gmputil.c b/src/gmputil.c
index 844ea618..3cc4e61f 100644
--- a/src/gmputil.c
+++ b/src/gmputil.c
@@ -77,11 +77,6 @@ uint8_t mpz_get_uint8(const mpz_t op)
return mpz_get_type(uint8_t, MPZ_HOST_ENDIAN, op);
}
-uint64_t mpz_get_be64(const mpz_t op)
-{
- return mpz_get_type(uint64_t, MPZ_BIG_ENDIAN, op);
-}
-
uint32_t mpz_get_be32(const mpz_t op)
{
return mpz_get_type(uint32_t, MPZ_BIG_ENDIAN, op);