remove static-assert accidentally checked in.

This commit is contained in:
Lee Thomason 2015-10-09 14:45:08 -07:00
parent 598a88d9fd
commit 7bc9201322
1 changed files with 0 additions and 2 deletions

View File

@ -84,10 +84,8 @@ distribution.
# include <assert.h>
# define TIXMLASSERT assert
# endif
# define TIXML_STATIC_ASSERT(x) typedef char __STATIC_ASSERT__[( x )?1:-1]
#else
# define TIXMLASSERT( x ) {}
# define TIXML_STATIC_ASSERT(x) {}
#endif