diff options
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index dab15b58894..65bc0588d67 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -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 { |