Index: /trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java	(revision 1790)
+++ /trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java	(revision 1791)
@@ -38,9 +38,7 @@
         private String errors = "";
         private int count = 0;
-        private boolean update;
 
         private UpdateTask(Collection<PluginInformation> toUpdate, boolean up) {
             super(up ? tr("Update Plugins") : tr("Download Plugins"));
-            update = up;
             this.toUpdate = toUpdate;
         }
Index: /trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java
===================================================================
--- /trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java	(revision 1790)
+++ /trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java	(revision 1791)
@@ -237,5 +237,5 @@
         ds = new DataSet();
         FileInputStream fis = new FileInputStream(f);
-        ds = OsmReader.parseDataSet(fis, ds, Main.pleaseWaitDlg);
+        ds = OsmReader.parseDataSet(fis, Main.pleaseWaitDlg);
         fis.close();
     }
