From ac49dbab1e0aa861c8bf0b1f548945963502ccf0 Mon Sep 17 00:00:00 2001
From: dzwdz
Date: Sun, 8 Jan 2023 00:49:17 +0100
Subject: kernel: remove the leftover _syscall_procfs

---
 src/shared/include/camellia/syscalls.h | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'src/shared')

diff --git a/src/shared/include/camellia/syscalls.h b/src/shared/include/camellia/syscalls.h
index 01b1b5d..f9e3832 100644
--- a/src/shared/include/camellia/syscalls.h
+++ b/src/shared/include/camellia/syscalls.h
@@ -22,8 +22,6 @@
 
 #define _SYSCALL_SLEEP 15
 
-#define _SYSCALL_PROCFS 16
-
 #define _SYSCALL_EXECBUF 100
 
 #define _SYSCALL_DEBUG_KLOG 101
@@ -80,8 +78,6 @@ long _syscall_pipe(handle_t __user user_ends[2], int flags);
 
 void _syscall_sleep(long ms);
 
-handle_t _syscall_procfs(void);
-
 /* see shared/execbuf.h */
 long _syscall_execbuf(void __user *buf, size_t len);
 
-- 
cgit v1.2.3