summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_instruction.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2015-06-01 16:27:46 -0700
committerMatt Turner <[email protected]>2015-06-03 10:40:59 -0700
commitfb011d31578ada40c2755314db783522477d0ad4 (patch)
treeaef0269bcecfa0f8bc9dd6d258a3847b53f2e519 /src/mesa/program/prog_instruction.h
parentef3f89e53e76332ddb300b08f4698347e17d1633 (diff)
program: Remove dead Aux field from prog_instruction.
Appears to have been last used by the i965 driver (removed by commit 098acf6c). Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_instruction.h')
-rw-r--r--src/mesa/program/prog_instruction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h
index 3ada85750a5..3518f6c69b5 100644
--- a/src/mesa/program/prog_instruction.h
+++ b/src/mesa/program/prog_instruction.h
@@ -356,9 +356,6 @@ struct prog_instruction
*/
GLint BranchTarget;
- /** for driver use (try to remove someday) */
- GLint Aux;
-
/** for debugging purposes */
const char *Comment;
};