glsl: Remove unused member variable
[mesa.git] / src / compiler / shader_info.h
index dab15b58894f6e796183c5d22cf77e66ca07934b..65bc0588d67b4a797ae7e6925b919f18ee15bbea 100644 (file)
@@ -134,9 +134,6 @@ typedef struct shader_info {
       struct {
          /* Which inputs are doubles */
          uint64_t double_inputs;
-
-         /* Which inputs are actually read and are double */
-         uint64_t double_inputs_read;
       } vs;
 
       struct {