Minor clean-up
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 10 Oct 2011 23:09:35 +0000 (23:09 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 10 Oct 2011 23:09:35 +0000 (23:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1181291 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/HostConfig.java

index 2223259..dbaf9fd 100644 (file)
@@ -696,9 +696,7 @@ public class HostConfig
                 if (isServiced(cn.getName()))
                     continue;
                 
-                String file = files[i];
-                
-                deployWAR(cn, dir, file);
+                deployWAR(cn, dir, files[i]);
             }
         }
     }