]> git.e2factory.org Git - e2factory.git/commitdiff
Remove e2lib.e2_su()
authorTobias Ulmer <tu@emlix.com>
Tue, 5 Feb 2013 19:25:08 +0000 (20:25 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:15 +0000 (19:07 +0100)
The tool does not exist any more, remove the function call as well.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua

index e4d87dd620a570e977ddccaba4ee21e8caa20cad..9da2cb8c7993fe777a61d2c510c29c5d7a948a40 100644 (file)
@@ -1737,15 +1737,6 @@ function e2lib.sha1sum(path)
     return sha1
 end
 
---- call the e2-su command
--- @param argv table: argument vector
--- @return bool
-function e2lib.e2_su(argv)
-    assert(type(argv) == "table")
-
-    return e2lib.call_tool_argv("e2-su", argv)
-end
-
 --- call the e2-su-2.2 command
 -- @param argv table: argument vector
 -- @return bool