]> git.e2factory.org Git - e2factory.git/commitdiff
e2tool: remove loading the hashcache directly
authorTobias Ulmer <tu@emlix.com>
Fri, 9 Dec 2016 17:01:17 +0000 (18:01 +0100)
committerTobias Ulmer <tu@emlix.com>
Mon, 12 Dec 2016 16:05:39 +0000 (17:05 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2tool.lua

index f932c4d241c9f989c8edfa985cca5b3c8f7f273a..ef3c9d4c5c14c114442c149c4584f25b2b78366c 100644 (file)
@@ -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)