remove redundant code

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-06-05 05:55:16 +00:00
parent 157f85ce02
commit 8b2c06168c

View File

@@ -497,7 +497,6 @@ public class DefaultArtifactDeployer
for ( Iterator i = checksums.keySet().iterator(); i.hasNext(); )
{
String extension = (String) i.next();
observer = (ChecksumObserver) checksums.get( extension );
// TODO: shouldn't need a file intermediatary - improve wagon to take a stream
File temp = File.createTempFile( "maven-artifact", null );