]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/HttpStatus.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / acl / HttpStatus.h
index 1a24ec4925de68a784b97ba7581e5524e054689a..2c628cf0509ff0a39f9313b015363fe74ee352d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -43,8 +43,6 @@ public:
     virtual bool requiresReply() const { return true; }
 
 protected:
-    static Prototype RegistryProtoype;
-    static ACLHTTPStatus RegistryEntry_;
     Splay<acl_httpstatus_data*> *data;
     char const *class_;
 };