diff --git a/crypto/ecc.c b/crypto/ecc.c index f1a924b7d71..430457b7d6d 100644 --- a/crypto/ecc.c +++ b/crypto/ecc.c @@ -103,8 +103,6 @@ * Private Type Definitions ****************************************************************************/ -typedef unsigned int uint; - #if SUPPORTS_INT128 typedef unsigned __int128 uint128_t; #else