summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-01-15 11:10:11 -0700
committerBrian <brian@yutani.localnet.net>2007-01-15 11:10:11 -0700
commitc807169888c900dd303adb260c3cfeb744ed842d (patch)
treea533d4394e26e112a90e31cd1301fcf37b125d26 /src/mesa
parenta5bbe206a8d6ee13cb90810d8e7011e332697910 (diff)
remove old globals
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/shader/slang/slang_codegen.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c
index 55bf368c9b..899aa32d4a 100644
--- a/src/mesa/shader/slang/slang_codegen.c
+++ b/src/mesa/shader/slang/slang_codegen.c
@@ -48,16 +48,6 @@
#include "slang_print.h"
-/**
- * XXX move these into the slang_assemble_ctx struct
- */
-#if 0
-static slang_function *CurFunction = NULL;
-static slang_atom CurLoopBreak = 0;
-static slang_atom CurLoopCont = 0;
-#endif
-
-
static slang_ir_node *
_slang_gen_operation(slang_assemble_ctx * A, slang_operation *oper);