diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-27 13:32:42 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-27 13:32:42 +0100 |
commit | 82637e89647924b395c4d4cdfc835ceebbd0b661 (patch) | |
tree | cbb2d71b9a16095b642bca1d6b3e27677b39aaa0 /src/libutil/regexp.h | |
parent | f2e9665d05f6e81603ef0e10dfbc161151357468 (diff) | |
download | rspamd-82637e89647924b395c4d4cdfc835ceebbd0b661.tar.gz rspamd-82637e89647924b395c4d4cdfc835ceebbd0b661.zip |
[Rework] Rework initialisation to reduce static leaks count
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 |