From f9a85e5851756bcf6bdbe91cfb42aa854ccb8da3 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 5 Jan 2016 16:33:26 +0800 Subject: remove regex macro checker --- core/src/xmake/xmake.c | 7 ------- 1 file changed, 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 @@ -26,13 +26,6 @@ */ #include "xmake.h" -/* ////////////////////////////////////////////////////////////////////////////////////// - * macros - */ -#ifndef TB_CONFIG_MODULE_HAVE_REGEX -# error please enable regex module for tbox -#endif - /* ////////////////////////////////////////////////////////////////////////////////////// * globals */ -- cgit v1.3.1