summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index 4ba1b5d0586f..7ec20a570420 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -166,7 +166,6 @@ public class ProcessHandler
this.cmdLine = cmdLine;
this.workDir = workDir;
this.log = log;
- this.cmdLine = cmdLine;
this.envVars = envVars;
if (log == null)
{