summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/program_parser.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2016-10-05 15:28:50 +1100
committerTimothy Arceri <[email protected]>2016-10-06 16:03:46 +1100
commit201f940d2e49d6ead5dfd6921b33bf6afefa4c68 (patch)
tree0f10c7fc3ca2b80fc33c083d1604909d05c36931 /src/mesa/program/program_parser.h
parent556335eb9915fc6e00aafa15eaf0265ddc25b131 (diff)
mesa: remove the UsesDFdy flag
Seems the last user of this was removed in 08bc74e69. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/program/program_parser.h')
-rw-r--r--src/mesa/program/program_parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/program_parser.h b/src/mesa/program/program_parser.h
index af7b2a0be3e..05ceb92dfab 100644
--- a/src/mesa/program/program_parser.h
+++ b/src/mesa/program/program_parser.h
@@ -213,7 +213,6 @@ struct asm_parser_state {
struct {
unsigned UsesKill:1;
- unsigned UsesDFdy:1;
} fragment;
};