diff options
-rw-r--r-- | src/intel/compiler/brw_eu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h index 120a74f0357..2655cdb0c5c 100644 --- a/src/intel/compiler/brw_eu.h +++ b/src/intel/compiler/brw_eu.h @@ -63,7 +63,6 @@ struct brw_codegen { /* Allow clients to push/pop instruction state: */ brw_inst stack[BRW_EU_MAX_INSN_STACK]; - bool compressed_stack[BRW_EU_MAX_INSN_STACK]; brw_inst *current; /** Whether or not the user wants automatic exec sizes |