From 8850b0c519ec322c209d0ce37706226b997a3d89 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Fri, 9 Dec 2016 18:01:17 +0100 Subject: [PATCH] e2tool: remove loading the hashcache directly Signed-off-by: Tobias Ulmer --- local/e2tool.lua | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.5