remove old globals
authorBrian <brian@yutani.localnet.net>
Mon, 15 Jan 2007 18:10:11 +0000 (11:10 -0700)
committerBrian <brian@yutani.localnet.net>
Mon, 15 Jan 2007 18:10:11 +0000 (11:10 -0700)
src/mesa/shader/slang/slang_codegen.c

index 55bf368c9b3c03c0f544e5e48e5d05f1715c7054..899aa32d4a823a091443f9050a58b7dee56ea1a1 100644 (file)
 #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);