mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
remove old globals
This commit is contained in:
parent
a5bbe206a8
commit
c807169888
1 changed files with 0 additions and 10 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue