code cleanup

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@898312 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/plugin/mvn/AnnotationMojo.java b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/plugin/mvn/AnnotationMojo.java
index 802f4cc..05c009b 100644
--- a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/plugin/mvn/AnnotationMojo.java
+++ b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/plugin/mvn/AnnotationMojo.java
@@ -67,7 +67,6 @@
     public void execute() throws MojoExecutionException
     {
         Analyzer analyzer = null;
-        File output = null;
         Jar jar = null;
 
         try
@@ -135,11 +134,6 @@
 
         finally
         {
-            if (output != null && output.exists())
-            {
-                //output.delete();
-            }
-
             if (jar != null)
             {
                 jar.close();