From 1411c5bf43c0144263df625f25fef261ddf6af17 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Wed, 22 Jan 2014 15:26:31 +0100 Subject: [PATCH] Remove some left over error handling Signed-off-by: Tobias Ulmer --- local/e2tool.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/local/e2tool.lua b/local/e2tool.lua index 6012ce4..ebc5af5 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -1379,14 +1379,6 @@ function e2tool.collect_project_info(info, skip_load_config) end end - if rc == nil then - return false, e:cat(re) - end - if not rc then - e:append("project repository tag does not match the ReleaseId" .. - " given in proj/config") - return false, e:cat(re) - end rc, re, dirty = generic_git.verify_clean_repository(info.root) if not rc then if dirty then -- 2.39.5