Browse Source

Zap the uneeded methods for the moment.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270182 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
1827792aa5
2 changed files with 0 additions and 14 deletions
  1. +0
    -7
      proposal/myrmidon/src/main/org/apache/tools/ant/Target.java
  2. +0
    -7
      proposal/myrmidon/src/todo/org/apache/tools/ant/Target.java

+ 0
- 7
proposal/myrmidon/src/main/org/apache/tools/ant/Target.java View File

@@ -153,11 +153,6 @@ public class Target implements TaskContainer
}
}

public void addDataType( RuntimeConfigurable r )
{
children.addElement( r );
}

public void addDependency( String dependency )
{
dependencies.addElement( dependency );
@@ -184,8 +179,6 @@ public class Target implements TaskContainer
}
else
{
RuntimeConfigurable r = (RuntimeConfigurable)o;
r.maybeConfigure( project );
}
}
}


+ 0
- 7
proposal/myrmidon/src/todo/org/apache/tools/ant/Target.java View File

@@ -153,11 +153,6 @@ public class Target implements TaskContainer
}
}

public void addDataType( RuntimeConfigurable r )
{
children.addElement( r );
}

public void addDependency( String dependency )
{
dependencies.addElement( dependency );
@@ -184,8 +179,6 @@ public class Target implements TaskContainer
}
else
{
RuntimeConfigurable r = (RuntimeConfigurable)o;
r.maybeConfigure( project );
}
}
}


Loading…
Cancel
Save