From cbbceedc4df4af1a894f0813cb3f5371eaaba9af Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 8 Jul 2024 14:13:26 +0200 Subject: [PATCH] Removed unused test functions --- tests/programs/branch-combined.q | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/programs/branch-combined.q b/tests/programs/branch-combined.q index bb06970..b8e7029 100644 --- a/tests/programs/branch-combined.q +++ b/tests/programs/branch-combined.q @@ -44,12 +44,4 @@ main() { exit(x) { syscall(60, x) -} - -inc(x) { - return x + 1 -} - -dec(x) { - return x - 1 } \ No newline at end of file