]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed leakfinder prototypes from protos.h
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 20 Aug 2012 11:39:19 +0000 (13:39 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 20 Aug 2012 11:39:19 +0000 (13:39 +0200)
src/protos.h

index 359fc99b55e594d963cac8c45ef0600089c948a5..b196a9779daf9fca888641dc1baaa95c643028f4 100644 (file)
@@ -478,13 +478,6 @@ SQUIDCEXTERN peer * peerUserHashSelectParent(HttpRequest * request);
 SQUIDCEXTERN void peerSourceHashInit(void);
 SQUIDCEXTERN peer * peerSourceHashSelectParent(HttpRequest * request);
 
-#if USE_LEAKFINDER
-SQUIDCEXTERN void leakInit(void);
-SQUIDCEXTERN void *leakAddFL(void *, const char *, int);
-SQUIDCEXTERN void *leakTouchFL(void *, const char *, int);
-SQUIDCEXTERN void *leakFreeFL(void *, const char *, int);
-#endif
-
 /*
  * prototypes for system functions missing from system includes
  */