From a47a1f16dd3318999d05a5a34184da1a662d8ef0 Mon Sep 17 00:00:00 2001 From: Mauro Iazzi Date: Tue, 14 Apr 2009 13:41:57 +0200 Subject: [PATCH] removed unused code --- mime.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mime.lua b/mime.lua index 45f6843..645c005 100644 --- a/mime.lua +++ b/mime.lua @@ -16,14 +16,6 @@ local CRLF = '\r\n' local lpeg = lpeg local print = print -local join = function (...) - local ret = '' - for i = 1, select('#', ...) do - ret = ret .. tostring(select(i, ...)) - end - return ret -end - -- this collects both the table of named captures and the -- substitution captureof the given pattern lpeg.Cst = function (patt) -- 2.11.4.GIT