]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove lua_nn as it was unused torch-removal 2958/head
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 1 Jul 2019 16:04:41 +0000 (17:04 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 1 Jul 2019 16:04:41 +0000 (17:04 +0100)
rules/rspamd.lua

index 50b1aadf1d1ae760034767d57c59d8aad2e4f2fe..ccfee71b266a235be4a7e5b9567d520d73cc8cf1 100644 (file)
@@ -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