projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5bbe20
)
remove old globals
author
Brian
<brian@yutani.localnet.net>
Mon, 15 Jan 2007 18:10:11 +0000
(11:10 -0700)
committer
Brian
<brian@yutani.localnet.net>
Mon, 15 Jan 2007 18:10:11 +0000
(11:10 -0700)
src/mesa/shader/slang/slang_codegen.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_codegen.c
b/src/mesa/shader/slang/slang_codegen.c
index 55bf368c9b3c03c0f544e5e48e5d05f1715c7054..899aa32d4a823a091443f9050a58b7dee56ea1a1 100644
(file)
--- 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);