From b1a5146ea8f8665df5edf2b26dcadc028d7929f7 Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 15 Feb 2013 04:38:27 +0900 Subject: Pluggable Regexp --- src/variable.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index 6aa6e71bd..6661dae40 100644 --- a/src/variable.c +++ b/src/variable.c @@ -12,10 +12,6 @@ #include "mruby/string.h" #include "mruby/proc.h" -#ifdef ENABLE_REGEXP -#include "re.h" -#endif - typedef int (iv_foreach_func)(mrb_state*,mrb_sym,mrb_value,void*); #ifdef MRB_USE_IV_SEGLIST -- cgit v1.2.3