diff --git a/src/unity.c b/src/unity.c index 72d3855de21b3c00cb7ebfae091e100af78d513b..578870a18e58617670d4014e67ac073e7e2e6104 100644 --- a/src/unity.c +++ b/src/unity.c @@ -342,10 +342,6 @@ void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T { UnityPrintNumberUnsigned((UNITY_UINT)number); } - else if ((style & UNITY_DISPLAY_RANGE_UINT) == UNITY_DISPLAY_RANGE_UINT) - { - UnityPrintNumberUnsigned((UNITY_UINT)number); - } else { UNITY_OUTPUT_CHAR('0');