From: Amos Jeffries Date: Fri, 16 Jun 2017 12:04:22 +0000 (+1200) Subject: Cleanup: remove Vector template from adaptation headers X-Git-Tag: M-staged-PR71~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46152f03b1d764495fc5a07ab148f33f62bb9024;p=thirdparty%2Fsquid.git Cleanup: remove Vector template from adaptation headers class Vector no longer exists in Squid, no need to predefine it. --- diff --git a/src/adaptation/forward.h b/src/adaptation/forward.h index 00362918f8..ca14be2699 100644 --- a/src/adaptation/forward.h +++ b/src/adaptation/forward.h @@ -14,11 +14,6 @@ template class RefCount; -// For various collections such as AllServices -// TODO: use std::hash_map<> instead -template -class Vector; - namespace Adaptation {