cmStandardIncludes: Remove std namespace hack.

This commit is contained in:
Stephen Kelly 2015-01-05 20:29:07 +01:00
parent bb3bce706a
commit 3ec1bb1537
1 changed files with 0 additions and 5 deletions

View File

@ -87,11 +87,6 @@
#include <stdio.h>
#include <stdlib.h>
// if std:: is not supported, then just #define it away
#ifdef CMAKE_NO_STD_NAMESPACE
#define std
#endif
#if defined( _MSC_VER )
typedef unsigned short mode_t;
#endif