From: Wolfgang Bangerth Date: Sat, 18 Dec 2010 02:30:11 +0000 (+0000) Subject: OK, enough of the playing around. Killing jobs this way doesn't work. X-Git-Tag: v8.0.0~4662 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=137e1158c852d43de83f1c566dbf3c5cd508209b;p=dealii.git OK, enough of the playing around. Killing jobs this way doesn't work. git-svn-id: https://svn.dealii.org/trunk@22997 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/tests.h b/tests/tests.h index e7dcacc4fe..11b1b9dc9a 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -166,7 +166,6 @@ struct DeadlockKiller dealii::Threads::new_thread (&nuke_it); } }; -DeadlockKiller deadlock_killer; #endif