From 9a08099fb7148a69b0655f0e559661b1021b17b5 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 20 Sep 2021 18:55:29 +0200 Subject: remove some unused variables --- src/init/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init') diff --git a/src/init/main.c b/src/init/main.c index 233b92d..66d4b2b 100644 --- a/src/init/main.c +++ b/src/init/main.c @@ -48,7 +48,7 @@ void read_file(const char *path, size_t len) { } void fs_test(void) { - handle_t front, back, file; + handle_t front, back; front = _syscall_fs_create(&back); if (_syscall_fork()) { -- cgit v1.2.3