Kaydet (Commit) d46134e5 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327178 UuF: Unused field

Change-Id: Ie9ed1f86a3a51d766987d631605dc561e9748f99
üst beb8d01d
...@@ -53,7 +53,6 @@ import java.util.StringTokenizer; ...@@ -53,7 +53,6 @@ import java.util.StringTokenizer;
public class XStorageHelper implements XEventListener { public class XStorageHelper implements XEventListener {
XStorage[] xStorages; XStorage[] xStorages;
XStream xStream;
XInputStream xIs = null; XInputStream xIs = null;
XOutputStream xOs = null; XOutputStream xOs = null;
static Map<String, XModel> modelMap = new HashMap<String, XModel>(); static Map<String, XModel> modelMap = new HashMap<String, XModel>();
...@@ -253,4 +252,4 @@ public class XStorageHelper implements XEventListener { ...@@ -253,4 +252,4 @@ public class XStorageHelper implements XEventListener {
//TODO does not cater for untitled documents //TODO does not cater for untitled documents
return modelMap.get(url); return modelMap.get(url);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment