From: Nikola Kotur Date: Mon, 18 Nov 2013 10:42:01 +0000 (+0100) Subject: lxc-lua: LFS library is not being used X-Git-Tag: lxc-1.0.0.beta1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c2297ba4254254bf48fa4e263e5913f1237dce;p=thirdparty%2Flxc.git lxc-lua: LFS library is not being used Signed-off-by: Nikola Kotur Acked-by: Dwight Engen --- diff --git a/src/lxc/lxc-top b/src/lxc/lxc-top index a1f025010..b5b3a695f 100755 --- a/src/lxc/lxc-top +++ b/src/lxc/lxc-top @@ -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)