projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edf24e6
)
remove unused slang_operation fields
author
Brian
<brian@yutani.localnet.net>
Sat, 3 Feb 2007 23:25:44 +0000
(16:25 -0700)
committer
Brian
<brian@yutani.localnet.net>
Sat, 3 Feb 2007 23:25:44 +0000
(16:25 -0700)
src/mesa/shader/slang/slang_compile_operation.h
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_compile_operation.h
b/src/mesa/shader/slang/slang_compile_operation.h
index 0ce9bbad8110de2cd45d15c2c8210db9f17a1fa1..121b5832eff81edcc5c49bd04d7eff280e59f2fe 100644
(file)
--- a/
src/mesa/shader/slang/slang_compile_operation.h
+++ b/
src/mesa/shader/slang/slang_compile_operation.h
@@
-121,8
+121,6
@@
typedef struct slang_operation_
slang_variable_scope *locals; /**< local vars for scope */
struct slang_function_ *fun; /**< If type == slang_oper_call */
struct slang_variable_ *var; /**< If type == slang_oper_identier */
- slang_fully_specified_type *datatype; /**< Type of this operation */
- slang_typeinfo ti;
} slang_operation;