absyntax_utils/search_varfb_instance_type.cc
changeset 531 e7d6f28fc882
parent 505 21be0f2f242d
child 540 5993247a1c91
--- a/absyntax_utils/search_varfb_instance_type.cc	Tue Apr 24 19:17:53 2012 +0100
+++ b/absyntax_utils/search_varfb_instance_type.cc	Wed Apr 25 15:46:53 2012 +0100
@@ -125,14 +125,6 @@
 
 
 
-bool search_varfb_instance_type_c::type_is_complex(symbol_c *variable_name) {
-  this->init();
-  variable_name->accept(*this);
-  return this->is_complex;
-}
-
-
-
 
 /*************************/
 /* B.1 - Common elements */