]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup: remove Vector template from adaptation headers
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Jun 2017 12:04:22 +0000 (00:04 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Jun 2017 12:04:22 +0000 (00:04 +1200)
class Vector no longer exists in Squid, no need to predefine it.

src/adaptation/forward.h

index 00362918f82dc47ff502c1715447597977ce5662..ca14be2699108443b9613288fd7fcb2957c08df7 100644 (file)
 template <class C>
 class RefCount;
 
-// For various collections such as AllServices
-// TODO: use std::hash_map<> instead
-template <class Item>
-class Vector;
-
 namespace Adaptation
 {