Delete declaration of unused & undeclared functions.
--- a/absyntax_utils/search_expression_type.hh Wed Oct 03 17:44:25 2012 +0100
+++ b/absyntax_utils/search_expression_type.hh Thu Oct 04 13:12:19 2012 +0100
@@ -78,14 +78,6 @@
symbol_c* common_type(symbol_c *first_type, symbol_c *second_type);
symbol_c* default_literal_type(symbol_c *symbol);
- /*
- #include "search_type_code.c"
- */
- void *compute_standard_function_default(function_invocation_c *st_symbol, il_formal_funct_call_c *il_symbol);
- void *compute_standard_function_il(il_function_call_c *symbol, symbol_c *param_data_type);
-
-
-
/*static bool_type_name_c bool_type_name;*/
/* A helper function... */
--- a/stage4/generate_c/generate_c_il.cc Wed Oct 03 17:44:25 2012 +0100
+++ b/stage4/generate_c/generate_c_il.cc Thu Oct 04 13:12:19 2012 +0100
@@ -234,8 +234,6 @@
search_varfb_instance_type_c *search_varfb_instance_type;
search_var_instance_decl_c *search_var_instance_decl;
- search_base_type_c search_base_type;
-
symbol_c* current_array_type;
symbol_c* current_param_type;