absyntax_utils/search_var_instance_decl.hh
changeset 854 13d0b67de111
parent 706 31553c22f318
child 939 5074236fb3c4
--- 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;