summaryrefslogtreecommitdiff
path: root/src/intel/tools/aubinator.c
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-06-19 11:19:22 +0100
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-07-05 11:57:45 +0100
commit08d85a830118dd285b235af4ee6a584c533d9470 (patch)
tree3527fedd5adb819dcdeeebc4f15a355f516a6d2a /src/intel/tools/aubinator.c
parent3153bcc73ef857f9bb294d2eea6964ed35e884bb (diff)
intel: aubinator: remove unused variables
These memory offsets are stored in the gen_batch_decode_ctx. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
Diffstat (limited to 'src/intel/tools/aubinator.c')
-rw-r--r--src/intel/tools/aubinator.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c
index 77676e9c670..0e2fd5fb34a 100644
--- a/src/intel/tools/aubinator.c
+++ b/src/intel/tools/aubinator.c
@@ -70,11 +70,6 @@ struct gen_batch_decode_ctx batch_ctx;
uint64_t gtt_size, gtt_end;
void *gtt;
-uint64_t general_state_base;
-uint64_t surface_state_base;
-uint64_t dynamic_state_base;
-uint64_t instruction_base;
-uint64_t instruction_bound;
FILE *outfile;