diff options
author | Brian <[email protected]> | 2007-02-03 16:25:44 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-03 16:25:44 -0700 |
commit | 82f53f45d96871cdaba3886275be78162ef838f5 (patch) | |
tree | 1035ef406db505e6b4a734224b6eaff1e0c9a272 /src/mesa/shader/slang | |
parent | edf24e699ea75660eee0a62456ab2cbadf1b489f (diff) |
remove unused slang_operation fields
Diffstat (limited to 'src/mesa/shader/slang')
-rw-r--r-- | src/mesa/shader/slang/slang_compile_operation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/shader/slang/slang_compile_operation.h b/src/mesa/shader/slang/slang_compile_operation.h index 0ce9bbad811..121b5832eff 100644 --- 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; |