Delete declaration of unused & undeclared functions.
authorMario de Sousa <msousa@fe.up.pt>
Thu, 04 Oct 2012 13:12:19 +0100
changeset 665 50fca2d3abd9
parent 664 199a9f84e64c
child 666 8ba9ec4bae50
Delete declaration of unused & undeclared functions.
absyntax_utils/search_expression_type.hh
stage4/generate_c/generate_c_il.cc
--- 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;