summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/vfs/root.c')
-rw-r--r--src/kernel/vfs/root.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kernel/vfs/root.c b/src/kernel/vfs/root.c
index c1b16fa..c7bd717 100644
--- a/src/kernel/vfs/root.c
+++ b/src/kernel/vfs/root.c
@@ -45,10 +45,6 @@ static void req_preprocess(struct vfs_request *req, size_t max_len) {
}
-static void wait_callback(struct process *proc) {
- vfs_root_accept(proc->waits4irq.req);
-}
-
static int handle(struct vfs_request *req, bool *ready) {
assert(req->caller);
switch (req->type) {