removed unused variables
diff --git a/cordova-lib/src/plugman/uninstall.js b/cordova-lib/src/plugman/uninstall.js
index 209e35f..fd02fe9 100644
--- a/cordova-lib/src/plugman/uninstall.js
+++ b/cordova-lib/src/plugman/uninstall.js
@@ -96,8 +96,7 @@
         return Q();
     }
 
-    var xml_path  = path.join(plugin_dir, 'plugin.xml')
-      , plugin_et = xml_helpers.parseElementtreeSync(xml_path);
+   // var xml_path  = path.join(plugin_dir, 'plugin.xml'), plugin_et = xml_helpers.parseElementtreeSync(xml_path);
 
     var doDelete = function(id) {
         var plugin_dir = path.join(plugins_dir, id);