From 421494a127f140ce378a9d91d8e2ea468b4c4c00 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 03 Dec 2009 11:24:43 +0000
Subject: [PATCH] Remove superfluous delete call.
---
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
index 69a1a79..469cea1 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
+++ b/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())
--
Gitblit v1.10.0