diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-24 13:51:46 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-24 13:51:46 +0000 |
commit | 30cdb0547e6928bda21a4f37aac368957125b527 (patch) | |
tree | cf46fe35dce01380914e4c2505e6df66b9e449e1 /test/tests.h | |
parent | 21d32da6a5200dde3dad32ea40721ff2f1679419 (diff) | |
download | rspamd-30cdb0547e6928bda21a4f37aac368957125b527.tar.gz rspamd-30cdb0547e6928bda21a4f37aac368957125b527.zip |
Remove deprecated test.
Diffstat (limited to 'test/tests.h')
-rw-r--r-- | test/tests.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tests.h b/test/tests.h index 1d14bde4b..5f304d42c 100644 --- a/test/tests.h +++ b/test/tests.h @@ -11,9 +11,6 @@ void rspamd_url_test_func (void); /* Memory pools */ void rspamd_mem_pool_test_func (void); -/* Expressions */ -void rspamd_expression_test_func (void); - /* Fuzzy hashes */ void rspamd_fuzzy_test_func (void); |