From: Amos Jeffries Date: Sat, 25 Jul 2015 12:03:27 +0000 (-0700) Subject: Cleanup: remove some obsolete TODOs X-Git-Tag: merge-candidate-3-v1~32^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=205a0ba3276a9d32929edd9c175130a6d06856da;p=thirdparty%2Fsquid.git Cleanup: remove some obsolete TODOs --- diff --git a/src/MemObject.h b/src/MemObject.h index fcd67b9087..35ee99c152 100644 --- a/src/MemObject.h +++ b/src/MemObject.h @@ -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);} diff --git a/src/StoreIOBuffer.h b/src/StoreIOBuffer.h index 64ac49940c..f8fd207912 100644 --- a/src/StoreIOBuffer.h +++ b/src/StoreIOBuffer.h @@ -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"