From c1c2297ba4254254bf48fa4e263e5913f1237dce Mon Sep 17 00:00:00 2001 From: Nikola Kotur Date: Mon, 18 Nov 2013 11:42:01 +0100 Subject: [PATCH] lxc-lua: LFS library is not being used Signed-off-by: Nikola Kotur Acked-by: Dwight Engen --- src/lxc/lxc-top | 1 - 1 file changed, 1 deletion(-) 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)