--------------------- PatchSet 1173 Date: 2005/01/07 18:33:59 Author: serassio Branch: nt Tag: (none) Log: Removed MS Visual Studio 6 fix no more needed Members: src/comm.cc:1.19.2.29->1.19.2.30 Index: squid3/src/comm.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/comm.cc,v retrieving revision 1.19.2.29 retrieving revision 1.19.2.30 diff -u -r1.19.2.29 -r1.19.2.30 --- squid3/src/comm.cc 6 Jan 2005 13:54:31 -0000 1.19.2.29 +++ squid3/src/comm.cc 7 Jan 2005 18:33:59 -0000 1.19.2.30 @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.19.2.29 2005/01/06 13:54:31 serassio Exp $ + * $Id: comm.cc,v 1.19.2.30 2005/01/07 18:33:59 serassio Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -2602,10 +2602,8 @@ /* explicit instantiation required for some systems */ -#if !(defined(_MSC_VER) && (_MSC_VER == 1200)) /* Microsoft Visual C++ 6.0 Compiler ONLY */ template cbdata_type List ::CBDATA_List; -#endif void DeferredReadManager::delayRead(DeferredRead const &aRead) {