You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2017/04/19 22:20:24 UTC

incubator-ponymail git commit: Unused

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 2fbdda1d6 -> b62bbbd27


Unused

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/b62bbbd2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/b62bbbd2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/b62bbbd2

Branch: refs/heads/master
Commit: b62bbbd277666520441741a5b668be2b9bbbfbe8
Parents: 2fbdda1
Author: Sebb <se...@apache.org>
Authored: Wed Apr 19 23:20:21 2017 +0100
Committer: Sebb <se...@apache.org>
Committed: Wed Apr 19 23:20:21 2017 +0100

----------------------------------------------------------------------
 site/api/static.lua | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/b62bbbd2/site/api/static.lua
----------------------------------------------------------------------
diff --git a/site/api/static.lua b/site/api/static.lua
index 984791f..dc28e6b 100644
--- a/site/api/static.lua
+++ b/site/api/static.lua
@@ -56,10 +56,6 @@ end
 
 function handle(r)
     cross.contentType(r, "text/html")
-    local t = {}
-    local now = r:clock()
-    local tnow = now
-    local get = r:parseargs()
     local pinfo = r.path_info:gsub("^/", "")
     
     r:puts[[<!DOCTYPE html>