remove unused slang_operation fields
authorBrian <brian@yutani.localnet.net>
Sat, 3 Feb 2007 23:25:44 +0000 (16:25 -0700)
committerBrian <brian@yutani.localnet.net>
Sat, 3 Feb 2007 23:25:44 +0000 (16:25 -0700)
src/mesa/shader/slang/slang_compile_operation.h

index 0ce9bbad8110de2cd45d15c2c8210db9f17a1fa1..121b5832eff81edcc5c49bd04d7eff280e59f2fe 100644 (file)
@@ -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;