diff options
Diffstat (limited to 'csharp/test/Ice/admin/AllTests.cs')
-rw-r--r-- | csharp/test/Ice/admin/AllTests.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/csharp/test/Ice/admin/AllTests.cs b/csharp/test/Ice/admin/AllTests.cs index d21191c2f93..6e1efb732eb 100644 --- a/csharp/test/Ice/admin/AllTests.cs +++ b/csharp/test/Ice/admin/AllTests.cs @@ -9,14 +9,9 @@ using System; using System.Collections.Generic; -using System.Diagnostics; using System.Linq; using System.Threading; -#if SILVERLIGHT -using System.Windows.Controls; -#endif - using Test; public class AllTests : TestCommon.TestApp @@ -97,12 +92,7 @@ public class AllTests : TestCommon.TestApp } } -#if SILVERLIGHT - override - public void run(Ice.Communicator communicator) -#else public static void allTests(Ice.Communicator communicator) -#endif { Write("testing communicator operations... "); Flush(); |