From: Amos Jeffries Date: Sat, 28 Feb 2015 03:54:28 +0000 (-0800) Subject: Remove needless XXX comment X-Git-Tag: merge-candidate-3-v1~199^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=477f45ebdf6ba86d430d33923ee86584f768c33c;p=thirdparty%2Fsquid.git Remove needless XXX comment --- diff --git a/src/adaptation/icap/Xaction.h b/src/adaptation/icap/Xaction.h index d5b812f6b6..2f5945741b 100644 --- a/src/adaptation/icap/Xaction.h +++ b/src/adaptation/icap/Xaction.h @@ -18,7 +18,7 @@ #include "ipcache.h" #include "SBuf.h" -class MemBuf; // XXX: may not be needed when we are done SBuf'ing +class MemBuf; namespace Adaptation {