diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c index a0f3123994c..5c0885ac631 100644 --- a/src/intel/tools/aubinator.c +++ b/src/intel/tools/aubinator.c @@ -44,7 +44,6 @@ #include "aub_mem.h" #define CSI "\e[" -#define BLUE_HEADER CSI "0;44m" #define GREEN_HEADER CSI "1;42m" #define NORMAL CSI "0m" diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c index 296c3888b9e..eadeeb3af17 100644 --- a/src/intel/tools/aubinator_error_decode.c +++ b/src/intel/tools/aubinator_error_decode.c @@ -42,11 +42,6 @@ #include "dev/intel_debug.h" #include "util/macros.h" -#define CSI "\e[" -#define BLUE_HEADER CSI "0;44m" -#define GREEN_HEADER CSI "1;42m" -#define NORMAL CSI "0m" - #define MIN(a, b) ((a) < (b) ? (a) : (b)) /* options */