From 05dbfe9ab60becc862fd8f51a8be85795df20c31 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 17 Jan 2021 00:18:01 +0100 Subject: Kernel: Remove sys$shbuf_seal() and userland wrappers There are no remaining users of this syscall so let it go. :^) --- Userland/DevTools/UserspaceEmulator/Emulator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Userland/DevTools/UserspaceEmulator/Emulator.h') diff --git a/Userland/DevTools/UserspaceEmulator/Emulator.h b/Userland/DevTools/UserspaceEmulator/Emulator.h index db3dd39cd1..dae845187f 100644 --- a/Userland/DevTools/UserspaceEmulator/Emulator.h +++ b/Userland/DevTools/UserspaceEmulator/Emulator.h @@ -95,7 +95,6 @@ private: int virt$shbuf_allow_pid(int, pid_t peer_pid); FlatPtr virt$shbuf_get(int shbuf_id, FlatPtr size); int virt$shbuf_release(int shbuf_id); - int virt$shbuf_seal(int shbuf_id); int virt$profiling_enable(pid_t); int virt$profiling_disable(pid_t); int virt$disown(pid_t); -- cgit v1.2.3