summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/ProcessHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/ProcessHandler.java')
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index 8a25ab29954e..313a160554e0 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -151,14 +151,6 @@ public class ProcessHandler
}
/**
- * Creates instance with specified external command and set the time out for the command.
- */
- public ProcessHandler(String cmdLine, int timeOut)
- {
- this(cmdLine, null, null, null, timeOut);
- }
-
- /**
* Creates instance with specified external command which
* will be executed in the some work directory and
*