Index: firmware/App/HDCommon.h =================================================================== diff -u -r808738c04be99223438be862ab69d30b156f9fbd -rd3cf039dc65c1b1b199e47bf694e040712c5bd12 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 808738c04be99223438be862ab69d30b156f9fbd) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision d3cf039dc65c1b1b199e47bf694e040712c5bd12) @@ -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