From 78be4960431e36aa3aabe63b9a02c3cca94a3e6f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 16 Jan 2014 16:36:04 -0200 Subject: Why was this here? :) --- src/luarocks/fs/unix.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/luarocks/fs/unix.lua b/src/luarocks/fs/unix.lua index d231222b..2dc5e492 100644 --- a/src/luarocks/fs/unix.lua +++ b/src/luarocks/fs/unix.lua @@ -1,9 +1,5 @@ --- Unix implementation of filesystem and platform abstractions. - -local assert, type, table, io, package, math, os, ipairs = - assert, type, table, io, package, math, os, ipairs - module("luarocks.fs.unix", package.seeall) local fs = require("luarocks.fs") -- cgit v1.2.3-55-g6feb