summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/pre.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/xsd/cxx/pre.hxx')
-rw-r--r--libxsd/xsd/cxx/pre.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/libxsd/xsd/cxx/pre.hxx b/libxsd/xsd/cxx/pre.hxx
deleted file mode 100644
index 800e1ad..0000000
--- a/libxsd/xsd/cxx/pre.hxx
+++ /dev/null
@@ -1,10 +0,0 @@
-// file : xsd/cxx/pre.hxx
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#ifdef _MSC_VER
-# if (_MSC_VER >= 1400)
-# include <xsd/cxx/compilers/vc-8/pre.hxx>
-# else
-# error Microsoft Visual C++ 7.1 and earlier are not supported
-# endif
-#endif