]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-lua: LFS library is not being used
authorNikola Kotur <kotnick@gmail.com>
Mon, 18 Nov 2013 10:42:01 +0000 (11:42 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 18 Nov 2013 15:44:33 +0000 (10:44 -0500)
Signed-off-by: Nikola Kotur <kotnick@gmail.com>
Acked-by: Dwight Engen <dwight.engen@oracle.com>
src/lxc/lxc-top

index a1f025010ff86d4979058c717a0237f4228076e3..b5b3a695fe34624a5af87ba201a56954fd643286 100755 (executable)
@@ -24,7 +24,6 @@
 local lxc    = require("lxc")
 local core   = require("lxc.core")
 local getopt = require("alt_getopt")
-local lfs    = require("lfs")
 
 local USER_HZ   = 100
 local ESC       = string.format("%c", 27)