diff options
author | Brian <brian@yutani.localnet.net> | 2007-02-02 15:33:16 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-02-02 15:33:16 -0700 |
commit | 3f71282850d97e8493c505f178365ba305754ce9 (patch) | |
tree | 55f883c9c2f42223a4379f1d900e04754fe07861 | |
parent | 72c3672857b3ee4bed34d82ed70a1cf9cf277131 (diff) |
remove unused field
-rw-r--r-- | src/mesa/shader/slang/slang_compile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/shader/slang/slang_compile.h b/src/mesa/shader/slang/slang_compile.h index 6e247d002c..e7be7ef069 100644 --- a/src/mesa/shader/slang/slang_compile.h +++ b/src/mesa/shader/slang/slang_compile.h @@ -75,9 +75,6 @@ typedef struct slang_code_object_ { slang_code_unit builtin[SLANG_BUILTIN_TOTAL]; slang_code_unit unit; -#if 0 - slang_assembly_file assembly; -#endif slang_var_pool varpool; slang_atom_pool atompool; } slang_code_object; |