You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by no...@apache.org on 2009/08/29 14:39:52 UTC

svn commit: r809124 - /lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp

Author: noble
Date: Sat Aug 29 12:39:52 2009
New Revision: 809124

URL: http://svn.apache.org/viewvc?rev=809124&view=rev
Log:
removed unused variables

Modified:
    lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp

Modified: lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp?rev=809124&r1=809123&r2=809124&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp (original)
+++ lucene/solr/trunk/src/webapp/web/admin/replication/index.jsp Sat Aug 29 12:39:52 2009
@@ -50,7 +50,6 @@
 </tr>
 <%
     if (nl != null) {         
-      Object replicatableMasterVer = null, replicatableMasterGen = null;
       nl = (NamedList) nl.get("master");
       if(nl != null){      
   %>