eliminate unsed macro in sha256.c

This commit is contained in:
Takashi Kojo
2015-03-17 21:46:57 +09:00
parent 78375db73b
commit 77145a1f3e

View File

@ -330,7 +330,7 @@ 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)
//static INLINE ROTR(rotrFixed_10, 10, x)
#endif
#if defined(FREESCALE_MMCAU)