commit c1a62c253f8ffdd8b910498bfcf0ee8da1d232d7
parent a5ebd82a081654390cdd53e695ff1832789784f0
Author: Michael Savage <mikejsavage@gmail.com>
Date: Mon, 29 Oct 2018 11:39:43 +0200
Nothing uses MSVC_VERSION
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/platform.h b/platform.h
@@ -17,9 +17,6 @@
#if defined( _MSC_VER )
# define COMPILER_MSVC 1
-# if _MSC_VER == 1800
-# define MSVC_VERSION 2013
-# endif
#elif defined( __clang__ )
# define COMPILER_CLANG 1
# define COMPILER_GCCORCLANG 1