Index: Utilities.c =================================================================== diff -u -r502328647acae194f2b6348548b31b86357489a0 -re4cd77b41689d481b62354171272e108e09b88b8 --- Utilities.c (.../Utilities.c) (revision 502328647acae194f2b6348548b31b86357489a0) +++ Utilities.c (.../Utilities.c) (revision e4cd77b41689d481b62354171272e108e09b88b8) @@ -765,22 +765,5 @@ { return ( TRUE == sempahoreStatus[ s ].isSemaphoreTaken ? FALSE : TRUE ); } - -#ifndef _RELEASE_ -/*********************************************************************//** - * @brief - * The getHardwareConfigStatus function returns the status of the hardware - * configuration. - * @details Inputs: none - * @details Outputs: none - * @return status of the hardware configuration - *************************************************************************/ -HARDWARE_CONFIG_T getHardwareConfigStatus( void ) -{ - HARDWARE_CONFIG_T configValue = (HARDWARE_CONFIG_T)getFPGAHWConfiguration(); - - return configValue; -} -#endif /**@}*/