mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
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:
parent
776ba40115
commit
86816f3134
2 changed files with 0 additions and 6 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue