summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/yjit_asm_tests.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/yjit_asm_tests.c b/misc/yjit_asm_tests.c
index 0bd11e4752..5708d3abad 100644
--- a/misc/yjit_asm_tests.c
+++ b/misc/yjit_asm_tests.c
@@ -426,10 +426,6 @@ void run_runtime_tests(void)
int main(int argc, char** argv)
{
- // suppress -Wunused-function
- (void)alloc_code_page;
- (void)free_code_page;
-
run_assembler_tests();
run_runtime_tests();