From df39a5b9204964bdf90e328a894c606a12b16b2c Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Wed, 16 Aug 2017 19:48:14 +0530 Subject: src: gmputil: Remove mpz_get_be64() function. mpz_get_be64() is not used anywhere in source code. So remove it. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- include/gmputil.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/gmputil.h') diff --git a/include/gmputil.h b/include/gmputil.h index 1bf696a5..9c372216 100644 --- a/include/gmputil.h +++ b/include/gmputil.h @@ -45,7 +45,6 @@ extern uint32_t mpz_get_uint32(const mpz_t op); extern uint16_t mpz_get_uint16(const mpz_t op); extern uint8_t mpz_get_uint8(const mpz_t op); -extern uint64_t mpz_get_be64(const mpz_t op); extern uint32_t mpz_get_be32(const mpz_t op); extern uint16_t mpz_get_be16(const mpz_t op); -- cgit v1.2.3