diff -r 818c4ac5d64d -r 13d0b67de111 absyntax_utils/search_var_instance_decl.hh --- a/absyntax_utils/search_var_instance_decl.hh Fri Dec 20 11:44:38 2013 +0000 +++ b/absyntax_utils/search_var_instance_decl.hh Sun Dec 22 09:50:02 2013 +0000 @@ -134,14 +134,6 @@ vt_t get_vartype(symbol_c *variable_instance_name); opt_t get_option (symbol_c *variable_instance_name); - /* NOTE: The following function will be completely deleted in the (hopefully near) future. */ - /* Returns true if the variable is an ARRAY or a STRUCT, otherwise returns false. - * Note that for FB, also returns false! - */ - bool type_is_complex(symbol_c *variable_name); - - bool type_is_fb(symbol_c *symbol); - private: symbol_c *search_scope; symbol_c *search_name;