# HG changeset patch # User Mario de Sousa # Date 1349352739 -3600 # Node ID 50fca2d3abd911e472f0c17817f7982e35ce0d64 # Parent 199a9f84e64c437b83a20959fa707733d0508122 Delete declaration of unused & undeclared functions. diff -r 199a9f84e64c -r 50fca2d3abd9 absyntax_utils/search_expression_type.hh --- 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... */ diff -r 199a9f84e64c -r 50fca2d3abd9 stage4/generate_c/generate_c_il.cc --- 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;