From 338d559b3ecf275faa351205dffd59b190e33e7b Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 6 Jun 2001 21:02:43 +0000 Subject: [PATCH] remove extraneous blank line --- lib/isc/include/isc/mem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/isc/include/isc/mem.h b/lib/isc/include/isc/mem.h index 9c5c5f5863..2a3ae0a77f 100644 --- a/lib/isc/include/isc/mem.h +++ b/lib/isc/include/isc/mem.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.h,v 1.51 2001/06/05 22:14:20 tale Exp $ */ +/* $Id: mem.h,v 1.52 2001/06/06 21:02:43 bwelling Exp $ */ #ifndef ISC_MEM_H #define ISC_MEM_H 1 @@ -248,7 +248,6 @@ isc_mem_inuse(isc_mem_t *mctx); */ void - isc_mem_setwater(isc_mem_t *mctx, isc_mem_water_t water, void *water_arg, size_t hiwater, size_t lowater); /*