diff --git a/wolfcrypt/src/sha256.c b/wolfcrypt/src/sha256.c index b162bbb13..f25679e76 100755 --- a/wolfcrypt/src/sha256.c +++ b/wolfcrypt/src/sha256.c @@ -330,7 +330,6 @@ static INLINE ROTR(rotrFixed_7, 7, x) static INLINE ROTR(rotrFixed_18, 18, x) static INLINE ROTR(rotrFixed_17, 17, x) static INLINE ROTR(rotrFixed_19, 19, x) -//static INLINE ROTR(rotrFixed_10, 10, x) #endif #if defined(FREESCALE_MMCAU)