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

View file

@ -28,8 +28,6 @@
#include "gen_disasm.h"
uint64_t INTEL_DEBUG;
struct gen_disasm {
struct gen_device_info devinfo;
};

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)