diff options
Diffstat (limited to 'java/test/Ice/interrupt/TestI.java')
-rw-r--r-- | java/test/Ice/interrupt/TestI.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/test/Ice/interrupt/TestI.java b/java/test/Ice/interrupt/TestI.java index cc267571c6f..8f72d7d45a8 100644 --- a/java/test/Ice/interrupt/TestI.java +++ b/java/test/Ice/interrupt/TestI.java @@ -11,15 +11,6 @@ package test.Ice.interrupt; public class TestI extends test.Ice.interrupt.Test._TestIntfDisp { - private static void - test(boolean b) - { - if(!b) - { - throw new RuntimeException(); - } - } - TestI(TestControllerI controller) { _controller = controller; |