]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/esi/Var.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / esi / Var.h
index 48babc3c9f92d69eafeff4e252c318816ae5a62d..baee3dcb12ee69827724c1880d0dad7dd3290f0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 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.
@@ -20,11 +20,10 @@ class ESIVar:public esiSequence
 {
 
 public:
-    //    void *operator new (size_t byteCount);
-    //    void operator delete (void *address);
     ESIVar(esiTreeParentPtr aParent) : esiSequence (aParent) {
         flags.dovars = 1;
     }
 };
 
 #endif /* SQUID_ESIVAR_H */
+