aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-19 03:00:59 +0200
committerEugen Wissner <belka@caraus.de>2026-07-19 03:00:59 +0200
commitcd2ee0c97348444779a155909b7ec78d89cfd2e0 (patch)
tree06cdf2d033c30741a911b609c40e9ebbc504ac4e /include
parent2e1e95dc716167853be4a4b6acaaee1688142744 (diff)
downloadelna-cd2ee0c97348444779a155909b7ec78d89cfd2e0.tar.gz
Remove old record syntax
Diffstat (limited to 'include')
-rw-r--r--include/elna/gcc/elna-generic.h2
1 files changed, 0 insertions, 2 deletions
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<boot::expression *>& arguments);
- void build_record_call(location_t call_location,
- tree symbol, const std::vector<boot::expression *>& arguments);
bool build_builtin_procedures(boot::procedure_call *call);
void build_assert_builtin(location_t call_location, const std::vector<boot::expression *>& arguments);