From dd52b6af50acc293a0b5db1886f2896e1f745d95 Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 6 Oct 2016 18:32:48 +0100 Subject: [PATCH] Remove some archaic code. --- simgear/props/props.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/simgear/props/props.cxx b/simgear/props/props.cxx index da3c482a..afe98269 100644 --- a/simgear/props/props.cxx +++ b/simgear/props/props.cxx @@ -38,12 +38,6 @@ using std::cerr; # include "PropertyInterpolationMgr.hxx" # include "vectorPropTemplates.hxx" -# if ( _MSC_VER == 1200 ) -// MSVC 6 is buggy, and needs something strange here -using std::vector; -using std::vector; -using std::vector; -# endif #endif using std::endl;