From d9a5a8565fb23f17962de5dbda29e3ef85f447d3 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 29 Mar 2021 15:31:50 -0400 Subject: [PATCH] chore: test fix ci --- runtime/src/env.c | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/src/env.c b/runtime/src/env.c index 9194472..b275b14 100644 --- a/runtime/src/env.c +++ b/runtime/src/env.c @@ -10,7 +10,6 @@ extern int32_t inner_syscall_handler(int32_t n, int32_t a, int32_t b, int32_t c, int32_t env_syscall_handler(int32_t n, int32_t a, int32_t b, int32_t c, int32_t d, int32_t e, int32_t f) { - int32_t i = inner_syscall_handler(n, a, b, c, d, e, f); return i;