aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/lua_regexp.c')
-rw-r--r--src/lua/lua_regexp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lua/lua_regexp.c b/src/lua/lua_regexp.c
index 594b42bbe..b878d2a8d 100644
--- a/src/lua/lua_regexp.c
+++ b/src/lua/lua_regexp.c
@@ -73,13 +73,6 @@ static const struct luaL_reg regexplib_f[] = {
rspamd_mempool_t *regexp_static_pool = NULL;
-struct rspamd_lua_regexp {
- rspamd_regexp_t *re;
- gchar *re_pattern;
- gsize match_limit;
- gint re_flags;
-};
-
static struct rspamd_lua_regexp *
lua_check_regexp (lua_State * L)
{