lxc-lua: LFS library is not being used

Signed-off-by: Nikola Kotur <kotnick@gmail.com>
Acked-by: Dwight Engen <dwight.engen@oracle.com>
This commit is contained in:
Nikola Kotur 2013-11-18 11:42:01 +01:00 committed by Stéphane Graber
parent 9992b49cde
commit c1c2297ba4

View File

@ -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)