Always error, remove some chaff

This commit is contained in:
Nathan Braswell
2017-08-15 19:53:17 -04:00
parent 0cf9beb057
commit 9621ce85a6
2 changed files with 1 additions and 3 deletions

View File

@@ -71,8 +71,6 @@ fun function_value_lower(name_ast_map: *map<string, pair<*tree<symbol>,*ast_node
}
run_on_tree(helper_before, empty_pass_second_half(), syntax_ast_pair.second, &visited)
})
println(string("there are ") + function_value_creation_points.size + " function value creation points in the program.")
println(string("there are ") + all_types.size() + " all types in the program.")
var void_ptr = type_ptr(base_type::void_return(), 1)
var lambda_type_to_struct_type_and_call_func = map<type, pair<*type, *ast_node>>(); //freaking vexing parse moved