From d6c926b6c74f1150e2d206d7b1863f78f58ed846 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 14 May 2012 09:39:00 +0100 Subject: Remove luxio depend from lex --- lib/lace/lex.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/lace/lex.lua b/lib/lace/lex.lua index ba9dabe..d9434b1 100644 --- a/lib/lace/lex.lua +++ b/lib/lace/lex.lua @@ -7,8 +7,6 @@ -- For Licence terms, see COPYING -- -local sio = require "luxio.simple" - local function lex_one_line(line) local r = {} local acc = "" -- cgit v1.2.1