From 357ee41027f6f9039f1b704dce5384d1739986e3 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 9 May 2002 18:55:10 +0000 Subject: [PATCH] removed junk --- src/rsrv/camessage.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/rsrv/camessage.c b/src/rsrv/camessage.c index 1e6e1d908..298d2279b 100644 --- a/src/rsrv/camessage.c +++ b/src/rsrv/camessage.c @@ -63,21 +63,6 @@ LOCAL EVENTFUNC read_reply; #define logBadId(CLIENT, MP, PPL)\ logBadIdWithFileAndLineno(CLIENT, MP, PPL, __FILE__, __LINE__) -#if 0 -/* - * casMalloc() - * - * (dont drop below some max block threshold) - */ -LOCAL void *casMalloc(size_t size) -{ - if (!osiSufficentSpaceInPool(size)) { - return NULL; - } - return malloc(size); -} -#endif - /* * casCalloc() *