From cd2ee0c97348444779a155909b7ec78d89cfd2e0 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 19 Jul 2026 03:00:59 +0200 Subject: Remove old record syntax --- include/elna/gcc/elna-generic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/elna/gcc/elna-generic.h b/include/elna/gcc/elna-generic.h index 2a1425c..9dea83b 100644 --- a/include/elna/gcc/elna-generic.h +++ b/include/elna/gcc/elna-generic.h @@ -51,8 +51,6 @@ namespace elna::gcc tree build_equality_operation(boot::binary_expression *expression, tree left, tree right); void build_procedure_call(location_t call_location, tree procedure_address, const std::vector& arguments); - void build_record_call(location_t call_location, - tree symbol, const std::vector& arguments); bool build_builtin_procedures(boot::procedure_call *call); void build_assert_builtin(location_t call_location, const std::vector& arguments); -- cgit v1.2.3