diff options
author | dzwdz | 2021-09-20 18:55:29 +0200 |
---|---|---|
committer | dzwdz | 2021-09-20 18:55:29 +0200 |
commit | 9a08099fb7148a69b0655f0e559661b1021b17b5 (patch) | |
tree | 7fdef014805d493f2f1053774642b338d7df7fdd /src/init | |
parent | 29bcaabe450e1bbd906111c5c83407d80abd584d (diff) |
remove some unused variables
Diffstat (limited to 'src/init')
-rw-r--r-- | src/init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |