]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/SourceIp.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / acl / SourceIp.h
index b0452dd7c547567b22f7c209c0b52d5f1c216c57..e95dcb06cac564bff80d54dcc810ba8120dc9dcc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -19,10 +19,6 @@ public:
     virtual char const *typeString() const;
     virtual int match(ACLChecklist *checklist);
     virtual ACL *clone()const;
-
-private:
-    static Prototype RegistryProtoype;
-    static ACLSourceIP RegistryEntry_;
 };
 
 #endif /* SQUID_ACLSOURCEIP_H */