diff options
author | Matt Turner <[email protected]> | 2015-06-01 16:27:46 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-06-03 10:40:59 -0700 |
commit | fb011d31578ada40c2755314db783522477d0ad4 (patch) | |
tree | aef0269bcecfa0f8bc9dd6d258a3847b53f2e519 /src/mesa/program/prog_instruction.h | |
parent | ef3f89e53e76332ddb300b08f4698347e17d1633 (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.h | 3 |
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; }; |