aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-25 19:56:46 +0100
committergingerBill <bill@gingerbill.org>2021-04-25 19:56:46 +0100
commit6383714bffb05a34a5320a757e08dd73bf9a2b0c (patch)
treeb2b06c06315d939a95ba4b93355e8d2495e800cd /src/checker.cpp
parenta25e796b0016dbf180492ef660d0abcc023f5d56 (diff)
Remove old procedure ABI code
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index e74c6fc10..5a2203cfb 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -732,15 +732,11 @@ void init_universal(void) {
add_global_type_entity(str_lit("byte"), &basic_types[Basic_u8]);
{
- void set_procedure_abi_types(Type *type);
-
Type *equal_args[2] = {t_rawptr, t_rawptr};
t_equal_proc = alloc_type_proc_from_types(equal_args, 2, t_bool, false, ProcCC_Contextless);
- set_procedure_abi_types(t_equal_proc);
Type *hasher_args[2] = {t_rawptr, t_uintptr};
t_hasher_proc = alloc_type_proc_from_types(hasher_args, 2, t_uintptr, false, ProcCC_Contextless);
- set_procedure_abi_types(t_hasher_proc);
}
// Constants