From c807169888c900dd303adb260c3cfeb744ed842d Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 15 Jan 2007 11:10:11 -0700 Subject: [PATCH] remove old globals --- src/mesa/shader/slang/slang_codegen.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c index 55bf368..899aa32 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); -- 2.7.4