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 2015/10/20 20:54:43 UTC

svn commit: r1709664 - /comdev/reporter.apache.org/trunk/site/jiraversions.py

Author: sebb
Date: Tue Oct 20 18:54:42 2015
New Revision: 1709664

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

Modified:
    comdev/reporter.apache.org/trunk/site/jiraversions.py

Modified: comdev/reporter.apache.org/trunk/site/jiraversions.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/jiraversions.py?rev=1709664&r1=1709663&r2=1709664&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/jiraversions.py (original)
+++ comdev/reporter.apache.org/trunk/site/jiraversions.py Tue Oct 20 18:54:42 2015
@@ -10,7 +10,6 @@ prepend = form['prepend'].value if ('pre
 def getPMCs(uid):
     groups = []
     ldapdata = subprocess.check_output(['ldapsearch', '-x', '-LLL', '(|(memberUid=%s)(member=uid=%s,ou=people,dc=apache,dc=org))' % (uid, uid), 'cn'])
-    picked = {}
     for match in re.finditer(r"dn: cn=([a-zA-Z0-9]+),ou=pmc,ou=committees,ou=groups,dc=apache,dc=org", ldapdata):
         group = match.group(1)
         if group != "incubator":