From: Matt Turner Date: Mon, 1 Jun 2015 23:27:46 +0000 (-0700) Subject: program: Remove dead Aux field from prog_instruction. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb011d31578ada40c2755314db783522477d0ad4;p=mesa.git 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 --- 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; };