Index: firmware/App/HDCommon.h =================================================================== diff -u -r35062756da7ae084c4d143795a61d3c908f0139c -r67276fff3d7ba0c6af59083537456270a1f97061 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 35062756da7ae084c4d143795a61d3c908f0139c) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 67276fff3d7ba0c6af59083537456270a1f97061) @@ -123,29 +123,6 @@ #ifdef _VECTORCAST_ -/* -S32 pow( S32 num, U32 exp ) -{ - S32 result = num; - - if ( 0 == exp ) - { - result = 1; - } - else if ( exp > 1 ) - { - U32 i; - - for ( i = 1; i < exp; i++ ) - { - result *= num; - } - } - - return result; -} -*/ - #endif #endif