From: Gordon Hecker Date: Thu, 21 Jan 2010 14:38:06 +0000 (+0100) Subject: cleanup: no need to explicitly create the e2util module X-Git-Tag: e2factory-2.3.4pre1~26 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=489517452513920fa8b43cc16f6c1dd74e39637d;p=e2factory.git cleanup: no need to explicitly create the e2util module Signed-off-by: Gordon Hecker --- diff --git a/generic/e2lib.lua b/generic/e2lib.lua index 8309a32..2cd2494 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -1920,7 +1920,6 @@ end -- "seal" modules e2util and e2lib -e2lib.module("e2util", e2util) e2lib.module("e2lib", e2lib) e2lib.debuglogfile = io.open("/dev/null", "w")