From 35edbf02f5d0c3e5361559facc7eadc96ed6b0b7 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sat, 25 Mar 2023 05:30:34 +0800 Subject: [PATCH] system/cu: Remove the duplicated SIGINT definition Signed-off-by: Xiang Xiao --- system/cu/cu_main.c | 10 ---------- 1 file changed, 10 deletions(-) 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 ****************************************************************************/