Browse Source

Remove unused variable

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272001 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
74a5d61ead
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      proposal/myrmidon/src/java/org/apache/antlib/cvslib/CVSPass.java

+ 0
- 1
proposal/myrmidon/src/java/org/apache/antlib/cvslib/CVSPass.java View File

@@ -110,7 +110,6 @@ public class CVSPass
{
validate();

final String key = "cvsRoot: ";
notify( "root", m_cvsRoot );
notify( "password", m_password );
notify( "passFile", m_passwordFile );


Loading…
Cancel
Save