]> git.e2factory.org Git - e2factory.git/commitdiff
Remove e2lib.cat(), which was yet another way to do simple IO...
authorTobias Ulmer <tu@emlix.com>
Tue, 19 Nov 2013 18:24:25 +0000 (19:24 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:17 +0000 (15:41 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/e2lib.lua

index b6b07f5ee3eeb4a18d87b7e67d3df7b7cac73223..acd7e0a1a1199687411012dfce8f72a666fe9659 100644 (file)
@@ -2162,16 +2162,6 @@ function e2lib.gzip(argv)
     return e2lib.call_tool_argv("gzip", argv)
 end
 
---- call the catcommand
--- @param argv table: argument vector
--- @return bool
--- @return an error object on failure
-function e2lib.cat(argv)
-    assert(type(argv) == "table")
-
-    return e2lib.call_tool_argv("cat", argv)
-end
-
 --- check if dir is a directory
 -- @param dir string: path
 -- @return bool