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/12 11:07:47 UTC

incubator-ponymail git commit: Unused

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master ca23e52d8 -> 1eba85ff5


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

Branch: refs/heads/master
Commit: 1eba85ff5d2f095603cff40d93ac144acbfc811e
Parents: ca23e52
Author: Sebb <se...@apache.org>
Authored: Thu Jan 12 11:07:41 2017 +0000
Committer: Sebb <se...@apache.org>
Committed: Thu Jan 12 11:07:41 2017 +0000

----------------------------------------------------------------------
 site/api/atom.lua | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/1eba85ff/site/api/atom.lua
----------------------------------------------------------------------
diff --git a/site/api/atom.lua b/site/api/atom.lua
index 2b5726b..deff149 100644
--- a/site/api/atom.lua
+++ b/site/api/atom.lua
@@ -116,7 +116,6 @@ function handle(r)
             },
             size = maxresults
         }
-        local h = #doc.hits.hits
 
         -- for each email found, check if we can access it and then digest it if so
         for k = #doc.hits.hits, 1, -1 do