Author: brett
Date: Wed Feb  1 15:46:16 2012
New Revision: 1239179

URL: http://svn.apache.org/viewvc?rev=1239179&view=rev
Log:
remove unused variable

Modified:
    
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/ASPNetPomConverter.cs

Modified: 
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/ASPNetPomConverter.cs
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/ASPNetPomConverter.cs?rev=1239179&r1=1239178&r2=1239179&view=diff
==============================================================================
--- 
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/ASPNetPomConverter.cs
 (original)
+++ 
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/ASPNetPomConverter.cs
 Wed Feb  1 15:46:16 2012
@@ -58,8 +58,6 @@ namespace NPanday.ProjectImporter.Conver
 
             if (projectDigest.SilverlightApplicationList != null)
             {
-                Dictionary<string, List<string>> outputs = new 
Dictionary<string, List<string>>();
-
                 // add silverlight dependencies and copy them into the desired 
location
                 foreach (SilverlightApplicationReference app in 
projectDigest.SilverlightApplicationList)
                 {


Reply via email to