diff --git a/system/cu/cu_main.c b/system/cu/cu_main.c index 2015cf2ea..c67b379ff 100644 --- a/system/cu/cu_main.c +++ b/system/cu/cu_main.c @@ -57,16 +57,6 @@ #include "cu.h" -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - -#ifndef CONFIG_SIG_INT -# define SIGINT 10 -#else -# define SIGINT CONFIG_SIG_INT -#endif - /**************************************************************************** * Private Types ****************************************************************************/