From 27ffa75d2b359e9107c5a62c307692260037ccdc Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 4 Oct 2019 12:00:10 +0100 Subject: [PATCH] [Minor] Check_cache is now need_check... --- lualib/lua_scanners/common.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lualib/lua_scanners/common.lua b/lualib/lua_scanners/common.lua index 2869cc2ed..8f72ce76b 100644 --- a/lualib/lua_scanners/common.lua +++ b/lualib/lua_scanners/common.lua @@ -440,7 +440,6 @@ exports.log_clean = log_clean exports.yield_result = yield_result exports.match_patterns = match_patterns exports.need_check = need_check -exports.check_cache = check_cache exports.save_cache = save_cache exports.create_regex_table = create_regex_table exports.check_parts_match = check_parts_match -- 2.39.5