diff options
Diffstat (limited to 'src/libutil/regexp.h')
-rw-r--r-- | src/libutil/regexp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libutil/regexp.h b/src/libutil/regexp.h index f7ed05dad..2e414892a 100644 --- a/src/libutil/regexp.h +++ b/src/libutil/regexp.h @@ -262,11 +262,6 @@ gint rspamd_regexp_cmp (gconstpointer a, gconstpointer b); void rspamd_regexp_library_init (struct rspamd_config *cfg); /** - * Cleanup internal library structures - */ -void rspamd_regexp_library_finalize (void); - -/** * Create regexp from glob * @param gl * @param err |