summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/InstCreator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/InstCreator.java')
-rw-r--r--qadevOOo/runner/util/InstCreator.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/InstCreator.java b/qadevOOo/runner/util/InstCreator.java
index 684b93479dd8..2f131a263fea 100644
--- a/qadevOOo/runner/util/InstCreator.java
+++ b/qadevOOo/runner/util/InstCreator.java
@@ -55,8 +55,6 @@ public class InstCreator implements XInstCreator {
public XInterface createInstance() {
XInterface xIfc = null;
- Object xObj = null;
-
xIfc = iDsc.createInstance( xMSF );
return xIfc;