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/01/14 13:56:50 UTC

incubator-ponymail git commit: unused

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 1a853ca0f -> c09857c1b


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/c09857c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/c09857c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/c09857c1

Branch: refs/heads/master
Commit: c09857c1bcc243b5dc05ae3f349e36cb83f2e021
Parents: 1a853ca
Author: Sebb <se...@apache.org>
Authored: Sat Jan 14 12:13:12 2017 +0000
Committer: Sebb <se...@apache.org>
Committed: Sat Jan 14 12:13:12 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/c09857c1/site/api/static.lua
----------------------------------------------------------------------
diff --git a/site/api/static.lua b/site/api/static.lua
index 3d89352..b0dd4c8 100644
--- a/site/api/static.lua
+++ b/site/api/static.lua
@@ -24,10 +24,6 @@ local aaa = require 'lib/aaa'
 local config = require 'lib/config'
 local cross = require 'lib/cross'
 
-local days = {
-    31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 30, 31 
-}
-
 local function sortEmail(thread)
     if thread.children and type(thread.children) == "table" then
         table.sort (thread.children, function (k1, k2) return k1.epoch > k2.epoch end )