From 868eb3cc388f4f34a68a633a1cf8b036c4dcc47a Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 23 May 2008 10:11:27 +0200 Subject: [PATCH 1/1] smalloc: debug Signed-off-by: Jens Axboe --- smalloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/smalloc.c b/smalloc.c index 7ffc112c..7b30ce70 100644 --- a/smalloc.c +++ b/smalloc.c @@ -384,8 +384,6 @@ void *smalloc(unsigned int size) { unsigned int i; - printf("size=%u\n", size); - global_read_lock(); i = last_pool; -- 2.25.1