mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
03.24.2009 a9baf6e8475a0ae703467db83ec09ad34b99a68b
Remove superfluous delete call.
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -1260,7 +1260,6 @@
                beforeRatio);
        deleteRecursively(rootFiles[i], filter);
      }
      deleteRecursively(instanceFile,filter);
      hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
    }
    if (!isVerbose())