summaryrefslogtreecommitdiff
path: root/framework/qa/complex/framework/autosave/AutoSave.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/framework/autosave/AutoSave.java')
-rw-r--r--framework/qa/complex/framework/autosave/AutoSave.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/qa/complex/framework/autosave/AutoSave.java b/framework/qa/complex/framework/autosave/AutoSave.java
index 000e99c8e1c8..5116d7c762ea 100644
--- a/framework/qa/complex/framework/autosave/AutoSave.java
+++ b/framework/qa/complex/framework/autosave/AutoSave.java
@@ -166,10 +166,6 @@ public class AutoSave
/** can be used to trigger/enable/disable the AutoSave feature. */
private XDispatch m_xAutoSave = null;
- /** a test document, which needs some time for saving to simulate concurrent
- * save operations. */
- private XStorable m_xTestDoc = null;
-
private XURLTransformer m_xURLParser = null;
//-------------------------------------------