diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-22 00:21:24 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-22 00:21:24 +0100 |
commit | ce88665b0cd344fff4b2924448499b5a4ebe4f94 (patch) | |
tree | df0b38bb05a065a5f16c1a7a0c1e77d1bac49d37 /src/libutil | |
parent | 5e99aef6caea1bc206825c20d51491a6571aec52 (diff) | |
download | rspamd-ce88665b0cd344fff4b2924448499b5a4ebe4f94.tar.gz rspamd-ce88665b0cd344fff4b2924448499b5a4ebe4f94.zip |
[Rework] Html: Further rework of the tags content extraction
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/util.h b/src/libutil/util.h index 9ee8a09ae..d993fcbdf 100644 --- a/src/libutil/util.h +++ b/src/libutil/util.h @@ -25,7 +25,6 @@ enum rspamd_exception_type { RSPAMD_EXCEPTION_NEWLINE = 0, RSPAMD_EXCEPTION_URL, RSPAMD_EXCEPTION_GENERIC, - RSPAMD_EXCEPTION_INVISIBLE, }; /** * Structure to point exception in text from processing |