]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/esi/Attempt.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / esi / Attempt.h
index 78440fa877722cb44ccba8138f3ca0dfd5dfe30d..25331e4a89ff80fbf4a11071459eb8a131ebeccd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
 #include "esi/Element.h"
 #include "esi/Sequence.h"
 
-/* esiAttempt */
-
 struct esiAttempt : public esiSequence {
-    //    void *operator new (size_t byteCount);
-    //    void operator delete (void *address);
     esiAttempt(esiTreeParentPtr aParent) : esiSequence (aParent) {}
 };