summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r--src/glsl/ir.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h
index a34a9c3193b..7a939a236b8 100644
--- a/src/glsl/ir.h
+++ b/src/glsl/ir.h
@@ -1024,13 +1024,6 @@ public:
/** List of ir_instruction that make up the body of the loop. */
exec_list body_instructions;
-
- /**
- * Normative bound for the loop. If this value is >= 0, the back-end
- * should generate instructions to ensure that the loop executes no more
- * than this many times.
- */
- int normative_bound;
};