intel/tools: Remove redundant definitions of INTEL_DEBUG

INTEL_DEBUG is declared extern and defined in gen_debug.c

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Mark Janes
2019-04-05 11:39:18 -07:00
parent 2393cc7f00
commit eda36feb2b
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -29,8 +29,6 @@
#include "compiler/brw_eu.h"
#include "dev/gen_device_info.h"
uint64_t INTEL_DEBUG;
/* Return size of file in bytes pointed by fp */
static size_t
i965_disasm_get_file_size(FILE *fp)