From 8cfcd274b2deff4217c123afb4102e1ac4f382c6 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Wed, 1 Feb 2023 07:53:51 +0800 Subject: [PATCH] testint/irtest: Remove ERROR macro Signed-off-by: Xiang Xiao --- testing/irtest/cmd.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/irtest/cmd.cxx b/testing/irtest/cmd.cxx index c52cb4ff2..44d07f39f 100644 --- a/testing/irtest/cmd.cxx +++ b/testing/irtest/cmd.cxx @@ -37,8 +37,6 @@ * Pre-processor Definitions ****************************************************************************/ -#define ERROR -1 - /**************************************************************************** * Private Data ****************************************************************************/