summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvector_msvc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qvector_msvc.cpp')
-rw-r--r--src/corelib/tools/qvector_msvc.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/corelib/tools/qvector_msvc.cpp b/src/corelib/tools/qvector_msvc.cpp
index cee343e72b..7e87467d42 100644
--- a/src/corelib/tools/qvector_msvc.cpp
+++ b/src/corelib/tools/qvector_msvc.cpp
@@ -47,12 +47,5 @@
# error "This file must be compiled with no precompiled headers"
#endif
-// invert the setting of QT_STRICT_ITERATORS, whichever it was
-#ifdef QT_STRICT_ITERATORS
-# undef QT_STRICT_ITERATORS
-#else
-# define QT_STRICT_ITERATORS
-#endif
-
// the Q_TEMPLATE_EXTERN at the bottom of qvector.h will do the trick
#include <QtCore/qvector.h>