Remove check for __STDC_ISO_10646__

On most systems, even if __STDC_ISO_10646__ is not declared, wchar_t
will be correct in a UTF-8 locale. The client and server both enforce
a locale check on startup.
This commit is contained in:
Quentin Smith
2012-02-25 21:40:44 -05:00
committed by Keith Winstein
parent 5c1020c51a
commit 96fe2349bb
-4
View File
@@ -31,10 +31,6 @@
#include "parserstate.h"
#include "parserstatefamily.h"
#ifndef __STDC_ISO_10646__
#error "Must have __STDC_ISO_10646__"
#endif
namespace Parser {
static const StateFamily family;