group_impl.h: remove unused secp256k1_ge_set_infinity function

Also remove `secp256k1_fe_verify` from field_*_.impl.h when VERIFY is not defined
This commit is contained in:
Andrew Poelstra
2016-11-26 22:50:40 +00:00
parent a724d7296d
commit 03ff8c2d0a
3 changed files with 0 additions and 14 deletions

View File

@@ -49,10 +49,6 @@ static void secp256k1_fe_verify(const secp256k1_fe *a) {
}
VERIFY_CHECK(r == 1);
}
#else
static void secp256k1_fe_verify(const secp256k1_fe *a) {
(void)a;
}
#endif
static void secp256k1_fe_normalize(secp256k1_fe *r) {