Remove unused variable

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@391786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-04-05 20:25:02 +00:00
parent d8285a9c53
commit aebac9f2d8

View File

@ -11,7 +11,6 @@
</p> </p>
#if ($repository.connection && $repository.connection != '') #if ($repository.connection && $repository.connection != '')
#set ($svnconn = $scmUtil.getSvnConnection($repository.connection))
#set ($conn = $repository.connection) #set ($conn = $repository.connection)
@ -48,7 +47,6 @@
#end #end
#if ($repository.developerConnection && $repository.developerConnection != '') #if ($repository.developerConnection && $repository.developerConnection != '')
#set ($svnconn = $scmUtil.getSvnConnection($repository.developerConnection))
#set ($conn = $repository.developerConnection) #set ($conn = $repository.developerConnection)