absyntax_utils/search_var_instance_decl.hh
changeset 870 9c6c588fd708
parent 854 13d0b67de111
child 939 5074236fb3c4
--- a/absyntax_utils/search_var_instance_decl.hh	Wed Feb 19 22:25:10 2014 +0100
+++ b/absyntax_utils/search_var_instance_decl.hh	Wed Feb 19 22:27:11 2014 +0100
@@ -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;