From: Tobias Ulmer Date: Fri, 9 Dec 2016 17:01:17 +0000 (+0100) Subject: e2tool: remove loading the hashcache directly X-Git-Tag: e2factory-2.3.16rc1~28 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=8850b0c519ec322c209d0ce37706226b997a3d89;p=e2factory.git e2tool: remove loading the hashcache directly Signed-off-by: Tobias Ulmer --- diff --git a/local/e2tool.lua b/local/e2tool.lua index f932c4d..ef3c9d4 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -730,9 +730,6 @@ function e2tool.collect_project_info(info, skip_load_config) e2lib.logf(4, "VERSION: %s", buildconfig.VERSION) e2lib.logf(4, "VERSIONSTRING: %s", buildconfig.VERSIONSTRING) - -- no error check required - hash.hcache_load(e2lib.join(info.root, ".e2/hashcache")) - -- read .e2/proj-location local plf = e2lib.join(info.root, e2lib.globals.project_location_file) local line, re = eio.file_read_line(plf)