]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed some stale comments.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 3 Sep 2012 08:42:58 +0000 (10:42 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 3 Sep 2012 08:42:58 +0000 (10:42 +0200)
src/cache_manager.cc
src/dlink.h
src/enums.h
src/tests/stub_tools.cc

index cafc1cb332731dc05e0c0a1217b8c26f5e631091..dbb961b7cc7080970ee6e2a0bb81ce9dfef2520e 100644 (file)
@@ -47,7 +47,7 @@
 #include "mgr/Forwarder.h"
 #include "mgr/FunAction.h"
 #include "mgr/QueryParams.h"
-#include "protos.h" /* rotate_logs() */
+#include "protos.h"
 #include "tools.h"
 #include "SquidTime.h"
 #include "Store.h"
index 7135061275a7a182841a96bc708c0dde459b649f..10a2e967ccf6906a5b40771bb2bd6ee19e64dc7e 100644 (file)
@@ -46,11 +46,8 @@ struct dlink_list {
     dlink_node *tail;
 };
 
-/* mported form globals.h */
 extern dlink_list ClientActiveRequests;
 
-/* imported directly from protos.h */
-
 SQUIDCEXTERN void dlinkAdd(void *data, dlink_node *, dlink_list *);
 SQUIDCEXTERN void dlinkAddAfter(void *, dlink_node *, dlink_node *, dlink_list *);
 SQUIDCEXTERN void dlinkAddTail(void *data, dlink_node *, dlink_list *);
index 0bc7584fe7bf8c4695124f081dd61dffa13c4924..d255d0eb74df343e832c01fe07c194cbc2b889ed 100644 (file)
@@ -328,8 +328,7 @@ enum {
 
 #if USE_HTCP
 /*
- * This should be in htcp.h but because neighborsHtcpClear is defined in
- * protos.h it has to be here.
+ * TODO: This should be in htcp.h
  */
 typedef enum {
     HTCP_CLR_PURGE,
index 9202f4b5bd72d33da91b54daa83b0489d744a364..2c3e1a312db2ab1963e458f7148f6ea271be08e2 100644 (file)
@@ -1,5 +1,4 @@
 #include "squid.h"
-// tool functions still defined in protos.h
 #include "tools.h"
 
 #define STUB_API "tools.cc"