summaryrefslogtreecommitdiff
path: root/kalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kalloc.c')
-rw-r--r--kalloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kalloc.c b/kalloc.c
index 7f47853..5661105 100644
--- a/kalloc.c
+++ b/kalloc.c
@@ -111,8 +111,6 @@ kalloc(int n)
}
}
release(&kmem.lock);
-
- cprintf("kalloc: out of memory\n");
return 0;
}