]> 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 e649c3e67418798e79f7da28487e22c68f15c61a..baee3dcb12ee69827724c1880d0dad7dd3290f0d 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.
@@ -20,8 +20,6 @@ class ESIVar:public esiSequence
 {
 
 public:
-    //    void *operator new (size_t byteCount);
-    //    void operator delete (void *address);
     ESIVar(esiTreeParentPtr aParent) : esiSequence (aParent) {
         flags.dovars = 1;
     }