summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2016-01-05 16:33:26 +0800
committerruki <[email protected]>2016-01-05 16:33:26 +0800
commitf9a85e5851756bcf6bdbe91cfb42aa854ccb8da3 (patch)
tree365ac55d8293eac3a978384fbae4f8bac6afd41b /core/src
parent699bb9f43d540ec41be830279c96fb63bbdaad47 (diff)
remove regex macro checker
Diffstat (limited to 'core/src')
-rwxr-xr-xcore/src/xmake/xmake.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index ddbb59769..759c286a8 100755
--- a/core/src/xmake/xmake.c
+++ b/core/src/xmake/xmake.c
@@ -27,13 +27,6 @@
#include "xmake.h"
/* //////////////////////////////////////////////////////////////////////////////////////
- * macros
- */
-#ifndef TB_CONFIG_MODULE_HAVE_REGEX
-# error please enable regex module for tbox
-#endif
-
-/* //////////////////////////////////////////////////////////////////////////////////////
* globals
*/