diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-12 15:27:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-14 13:44:39 +0200 |
commit | b9d63d49be66ed1bfc4a76924f1c52ec3630adc8 (patch) | |
tree | 3c1f0cb02452d23bed03cbbc908e580b285da55a /sc/qa/complex | |
parent | 8353667d35bc511378c9b14261b6bb11b7bd56aa (diff) |
remove some unused Java code
found by UCDetector
Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df
Diffstat (limited to 'sc/qa/complex')
-rw-r--r-- | sc/qa/complex/dataPilot/_XDataPilotTable.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/complex/dataPilot/_XDataPilotTable.java b/sc/qa/complex/dataPilot/_XDataPilotTable.java index 1856413caa98..1c29a0f77cf2 100644 --- a/sc/qa/complex/dataPilot/_XDataPilotTable.java +++ b/sc/qa/complex/dataPilot/_XDataPilotTable.java @@ -49,7 +49,6 @@ public class _XDataPilotTable { private XCell xCellForChange = null; private XCell xCellForCheck = null; private CellAddress OutputRange = null; - private int changeValue = 0; /** * The test parameters @@ -72,7 +71,6 @@ public class _XDataPilotTable { xCellForChange = (XCell)param.get("CELLFORCHANGE"); xCellForCheck = (XCell)param.get("CELLFORCHECK"); OutputRange = (CellAddress)param.get("OUTPUTRANGE"); - changeValue = ((Integer)param.get("CHANGEVALUE")).intValue(); if (xCellForChange == null || OutputRange == null || xCellForCheck == null) { |