summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-08-05 10:20:50 +0200
committerJo-Philipp Wich <jo@mein.io>2022-08-05 16:37:42 +0200
commit5d5dadc65b7ab88360b1cbcfdca8f108018fed03 (patch)
treea5b03e17d8f50c43692b82e060317e23894e8137 /include
parent304995b88d4e068db43a5edb677c2d525f7b49d3 (diff)
program: remove now unused uc_program_export_lookup()
Since we track the offsets in the compiler directly now there's no need to keep this function. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'include')
-rw-r--r--include/ucode/program.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ucode/program.h b/include/ucode/program.h
index 9014ae4..19c8bdf 100644
--- a/include/ucode/program.h
+++ b/include/ucode/program.h
@@ -55,8 +55,6 @@ __hidden uc_source_t *uc_program_function_source(uc_function_t *);
__hidden size_t uc_program_function_srcpos(uc_function_t *, size_t);
__hidden void uc_program_function_free(uc_function_t *);
-__hidden ssize_t uc_program_export_lookup(uc_program_t *, uc_source_t *, uc_value_t *);
-
__hidden uc_value_t *uc_program_get_constant(uc_program_t *, size_t);
__hidden ssize_t uc_program_add_constant(uc_program_t *, uc_value_t *);