diff options
author | Timothy Arceri <[email protected]> | 2016-11-05 22:27:22 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-11-17 12:52:24 +1100 |
commit | 9c9589f1e22568a16194e04bb5be6333ac202393 (patch) | |
tree | 7edab1d773d5e5bc2906ffd2416819b8e2755867 /src/mesa/program/prog_instruction.h | |
parent | 67b9c263425b748a292606dee079c46d87c48c3b (diff) |
mesa: remove unused Comment field in prog_instruction
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_instruction.h')
-rw-r--r-- | src/mesa/program/prog_instruction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h index 5cdce88a066..05a9a040d5a 100644 --- a/src/mesa/program/prog_instruction.h +++ b/src/mesa/program/prog_instruction.h @@ -254,9 +254,6 @@ struct prog_instruction * For ELSE, points to ENDIF. */ GLint BranchTarget; - - /** for debugging purposes */ - const char *Comment; }; |