program: Remove dead Aux field from prog_instruction.
authorMatt Turner <mattst88@gmail.com>
Mon, 1 Jun 2015 23:27:46 +0000 (16:27 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 3 Jun 2015 17:40:59 +0000 (10:40 -0700)
Appears to have been last used by the i965 driver (removed by commit
098acf6c).

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/program/prog_instruction.h

index 3ada85750a53cac87065f6bb79c21ee76b2712e9..3518f6c69b58a49dc315ebf64c46d129f1cb44d2 100644 (file)
@@ -356,9 +356,6 @@ struct prog_instruction
     */
    GLint BranchTarget;
 
-   /** for driver use (try to remove someday) */
-   GLint Aux;
-
    /** for debugging purposes */
    const char *Comment;
 };