You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/02/09 02:27:37 UTC

svn commit: r1729301 - /comdev/reporter.apache.org/trunk/scripts/health.py

Author: sebb
Date: Tue Feb  9 01:27:37 2016
New Revision: 1729301

URL: http://svn.apache.org/viewvc?rev=1729301&view=rev
Log:
Unused

Modified:
    comdev/reporter.apache.org/trunk/scripts/health.py

Modified: comdev/reporter.apache.org/trunk/scripts/health.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/health.py?rev=1729301&r1=1729300&r2=1729301&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/health.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/health.py Tue Feb  9 01:27:37 2016
@@ -120,7 +120,6 @@ for group in pmcnames:
                     ncoms[group] = ncoms[group] if (group in ncoms and ncoms[group] > cchanges[pmc][member][1]) else cchanges[pmc][member][1]
 
 notes = []
-status = [0,0,0,0,0,0]
 for group in sorted(pmcnames):
     if group == "xmlbeans":
         continue