]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/HttpStatus.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / acl / HttpStatus.h
index 398dbecb3f36d42a2410745e8d94b468756cd1f4..160ca9926b4d7c472a9221da226ef0f6acfddf37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 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.
@@ -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_;
 };