Remove the useless local variable 33/14233/1
authorluxin <luxin7@huawei.com>
Thu, 21 Sep 2017 12:12:36 +0000 (20:12 +0800)
committerluxin <luxin7@huawei.com>
Thu, 21 Sep 2017 12:12:36 +0000 (20:12 +0800)
Change-Id: I606a0eecb9a39f6e96310290959dcea9ef8c442c
Issue-Id:VFC-375
Signed-off-by: luxin <luxin7@huawei.com>
huawei/vnfmadapter/VnfmadapterService/service/src/main/java/org/onap/vfc/nfvo/vnfm/svnfm/vnfmadapter/common/DownloadCsarManager.java

index 66d3b65..1547f80 100644 (file)
@@ -171,7 +171,6 @@ public class DownloadCsarManager {
         try {
             ZipFile zipFile = new ZipFile(fileName);
             Enumeration emu = zipFile.entries();
-            int i = 0;
             while(emu.hasMoreElements()) {
                 ZipEntry entry = (ZipEntry)emu.nextElement();
                 // read directory as file first,so only need to create directory