From: Brian Date: Sat, 3 Feb 2007 23:25:44 +0000 (-0700) Subject: remove unused slang_operation fields X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82f53f45d96871cdaba3886275be78162ef838f5;p=mesa.git remove unused slang_operation fields --- 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;