diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-01 17:04:41 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-01 17:04:41 +0100 |
commit | fbb7c65cf772ce48e5a6a96518951cd19c2c8023 (patch) | |
tree | d7e2ff3ca8cc93b5e8bbbb72abe430a68a8a8b26 /rules | |
parent | ac638c0a6b8eba8b3dd4b5cdf773496c44aae432 (diff) | |
download | rspamd-fbb7c65cf772ce48e5a6a96518951cd19c2c8023.tar.gz rspamd-fbb7c65cf772ce48e5a6a96518951cd19c2c8023.zip |
[Minor] Remove lua_nn as it was unusedtorch-removal
Diffstat (limited to 'rules')
-rw-r--r-- | rules/rspamd.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rules/rspamd.lua b/rules/rspamd.lua index 50b1aadf1..ccfee71b2 100644 --- a/rules/rspamd.lua +++ b/rules/rspamd.lua @@ -67,7 +67,4 @@ if rmaps and type(rmaps) == 'table' then rspamd_maps[k] = map_or_err end end -end - -local rspamd_nn = require "lua_nn" -rspamd_nn.load_rspamd_nn() -- Load defined models if any
\ No newline at end of file +end
\ No newline at end of file |