From 7658e8ff3681406276b2a1c3f641ca37d4b0dd37 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Wed, 23 Mar 2016 19:10:47 +0100 Subject: [PATCH] Remove unused static in old_api.cc --- src/mem/old_api.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mem/old_api.cc b/src/mem/old_api.cc index c31ba51a65..dd7f1bb241 100644 --- a/src/mem/old_api.cc +++ b/src/mem/old_api.cc @@ -39,9 +39,6 @@ static void memFree16K(void *); static void memFree32K(void *); static void memFree64K(void *); -/* module globals */ -const size_t squidSystemPageSize=getpagesize(); - /* local prototypes */ static void memStringStats(std::ostream &); -- 2.47.2