From: megacz Date: Fri, 30 Jan 2004 06:48:44 +0000 (+0000) Subject: 2002/07/02 00:19:01 X-Git-Tag: RC3~1648 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=87342e4946b8406e7c7071b6f5cba6610ffb899e 2002/07/02 00:19:01 darcs-hash:20040130064844-2ba56-7915ea0be02b9bdd28f6251f72eb06049f2216f1.gz --- diff --git a/src/org/xwt/plat/Java12.java b/src/org/xwt/plat/Java12.java index 734b20e..c277efa 100644 --- a/src/org/xwt/plat/Java12.java +++ b/src/org/xwt/plat/Java12.java @@ -207,10 +207,4 @@ public class Java12 extends AWT { } } - /** used to notify the user of very serious failures; usually used when logging is not working or unavailable */ - protected void _criticalAbort(String message) { - if (Log.on) Log.log(this, message); - new Semaphore().block(); - } - }