intel/tools: remove unused macros

Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10341>
This commit is contained in:
Marcin Ślusarz 2021-04-20 10:30:14 +02:00 committed by Marge Bot
parent 776ba40115
commit 86816f3134
2 changed files with 0 additions and 6 deletions

View file

@ -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"

View file

@ -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 */