diff options
author | Mark Janes <[email protected]> | 2019-04-05 11:39:18 -0700 |
---|---|---|
committer | Mark Janes <[email protected]> | 2019-04-10 13:15:33 -0700 |
commit | eda36feb2b7eef8347f579c3c8590a8f09017cf0 (patch) | |
tree | 5bb6131ec0c536e9cc9337e7eca2f9c081c18bfa /src/intel/common | |
parent | 2393cc7f00ee1b94c07e29fb82fc14add89e1238 (diff) |
intel/tools: Remove redundant definitions of INTEL_DEBUG
INTEL_DEBUG is declared extern and defined in gen_debug.c
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/common')
-rw-r--r-- | src/intel/common/gen_disasm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/common/gen_disasm.c b/src/intel/common/gen_disasm.c index 4f835c19883..656613cd931 100644 --- a/src/intel/common/gen_disasm.c +++ b/src/intel/common/gen_disasm.c @@ -28,8 +28,6 @@ #include "gen_disasm.h" -uint64_t INTEL_DEBUG; - struct gen_disasm { struct gen_device_info devinfo; }; |