summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/faultTolerance/TestI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/faultTolerance/TestI.cs')
-rw-r--r--csharp/test/Ice/faultTolerance/TestI.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/csharp/test/Ice/faultTolerance/TestI.cs b/csharp/test/Ice/faultTolerance/TestI.cs
index ce35ae896a3..349c598a195 100644
--- a/csharp/test/Ice/faultTolerance/TestI.cs
+++ b/csharp/test/Ice/faultTolerance/TestI.cs
@@ -7,10 +7,8 @@
//
// **********************************************************************
-using System;
using System.Diagnostics;
using System.Threading;
-using IceInternal;
using Test;
public sealed class TestI : TestIntfDisp_
@@ -26,9 +24,7 @@ public sealed class TestI : TestIntfDisp_
private void commitSuicide()
{
-#if !UNITY
_p.Kill();
-#endif
Thread.Sleep(5000); // Give other threads time to die.
}