summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/complexlib/MethodThread.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/qadevOOo/runner/complexlib/MethodThread.java b/qadevOOo/runner/complexlib/MethodThread.java
index 0d86c7310c15..28ea770eb968 100644
--- a/qadevOOo/runner/complexlib/MethodThread.java
+++ b/qadevOOo/runner/complexlib/MethodThread.java
@@ -102,16 +102,6 @@ public class MethodThread extends Thread
/**
* Stop the running method.
*/
- @Deprecated
- @Override
- public void destroy()
- {
- stop();
- }
-
- /**
- * Stop the running method.
- */
public void stopRunning()
{
try