summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/Emulator.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-01-17 00:18:01 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-17 00:18:01 +0100
commit05dbfe9ab60becc862fd8f51a8be85795df20c31 (patch)
tree032da3b9662982dbbe22dab34465e25501c8dc1b /Userland/DevTools/UserspaceEmulator/Emulator.h
parent5522e8f59d2a175fb6096f5143d659b742370dc2 (diff)
downloadserenity-05dbfe9ab60becc862fd8f51a8be85795df20c31.zip
Kernel: Remove sys$shbuf_seal() and userland wrappers
There are no remaining users of this syscall so let it go. :^)
Diffstat (limited to 'Userland/DevTools/UserspaceEmulator/Emulator.h')
-rw-r--r--Userland/DevTools/UserspaceEmulator/Emulator.h1
1 files changed, 0 insertions, 1 deletions
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);