removed dead code

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1407835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-11-10 15:26:34 +00:00
parent 09750f1a78
commit 13bb4ba1be
1 changed files with 0 additions and 5 deletions

View File

@ -355,11 +355,6 @@ public MavenSession clone()
}
}
private String getId( MavenProject project )
{
return project.getGroupId() + ':' + project.getArtifactId() + ':' + project.getVersion();
}
@Deprecated
public EventDispatcher getEventDispatcher()
{