summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 09:28:25 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 09:55:15 +0200
commit1fd4f35f70fbb740e05200b9591d1e6d0dd5637e (patch)
treea7652bcfab9c816c6327c5edba02fcd4e9cc520e /qadevOOo/runner
parentafe95a1d7a3ce6842bb230eeaff70dc94bd24934 (diff)
cid#1326124 Call to an inherently dangerous function
Change-Id: Ia2e2d9222633052266028703a1162cfea4ccac9f
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