mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
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:
parent
2393cc7f00
commit
eda36feb2b
2 changed files with 0 additions and 4 deletions
|
|
@ -28,8 +28,6 @@
|
|||
|
||||
#include "gen_disasm.h"
|
||||
|
||||
uint64_t INTEL_DEBUG;
|
||||
|
||||
struct gen_disasm {
|
||||
struct gen_device_info devinfo;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue