]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup: remove some obsolete TODOs
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 25 Jul 2015 12:03:27 +0000 (05:03 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 25 Jul 2015 12:03:27 +0000 (05:03 -0700)
src/MemObject.h
src/StoreIOBuffer.h

index fcd67b9087a198a8b8e8c9a8776297510c6d0a5b..35ee99c152a411b8ee4a9136122adcefec0010aa 100644 (file)
@@ -96,7 +96,6 @@ public:
     int64_t inmem_lo;
     dlink_list clients;
 
-    /** \todo move into .cc or .cci */
     size_t clientCount() const {return nclients;}
 
     bool clientIsFirst(void *sc) const {return (clients.head && sc == clients.head->data);}
index 64ac49940c76a487234557445a3c324c3b0cbbc7..f8fd207912458ff636462310ce0d7ca5e51c533d 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef SQUID_STOREIOBUFFER_H
 #define SQUID_STOREIOBUFFER_H
 
-/* TODO: move this and the range() method into a .cci */
 #include "MemBuf.h"
 #include "Range.h"