]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/MaxConnection.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / acl / MaxConnection.h
index 12399f0f01de9692d3041bdfbdb78966c84b9f77..63da247ed2d2abc80d7ad984d44ac7d5c5735114 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,7 +10,6 @@
 #define SQUID_ACLMAXCONNECTION_H
 
 #include "acl/Acl.h"
-#include "acl/Checklist.h"
 
 /// \ingroup ACLAPI
 class ACLMaxConnection : public ACL
@@ -33,8 +32,6 @@ public:
     virtual void prepareForUse();
 
 protected:
-    static Prototype RegistryProtoype;
-    static ACLMaxConnection RegistryEntry_;
     char const *class_;
     int limit;
 };