You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/10/19 12:33:40 UTC

svn commit: r326521 - /directory/shared/ldap/trunk/common/src/antlr/subtree-specification.g

Author: ersiner
Date: Wed Oct 19 03:33:31 2005
New Revision: 326521

URL: http://svn.apache.org/viewcvs?rev=326521&view=rev
Log:
Minor cleanup.

Modified:
    directory/shared/ldap/trunk/common/src/antlr/subtree-specification.g

Modified: directory/shared/ldap/trunk/common/src/antlr/subtree-specification.g
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/common/src/antlr/subtree-specification.g?rev=326521&r1=326520&r2=326521&view=diff
==============================================================================
--- directory/shared/ldap/trunk/common/src/antlr/subtree-specification.g (original)
+++ directory/shared/ldap/trunk/common/src/antlr/subtree-specification.g Wed Oct 19 03:33:31 2005
@@ -76,8 +76,6 @@
     private static final Logger log = LoggerFactory.getLogger( AntlrSubtreeSpecificationParser.class );
     private DnParser dnParser;
     
-    private boolean matchedAnyComponentYet = false;
-    
     private boolean isNormalizing = false;
     NameComponentNormalizer normalizer;