summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/ami/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/ami/Client.cs')
-rw-r--r--csharp/test/Ice/ami/Client.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/csharp/test/Ice/ami/Client.cs b/csharp/test/Ice/ami/Client.cs
index 246f5b6eb05..6a6e407ea27 100644
--- a/csharp/test/Ice/ami/Client.cs
+++ b/csharp/test/Ice/ami/Client.cs
@@ -8,7 +8,6 @@
// **********************************************************************
using System;
-using System.Diagnostics;
using System.Reflection;
[assembly: CLSCompliant(true)]
@@ -35,13 +34,6 @@ public class Client
Ice.InitializationData initData = new Ice.InitializationData();
initData.properties = Ice.Util.createProperties(ref args);
initData.properties.setProperty("Ice.Warn.AMICallback", "0");
-#if COMPACT
- //
- // When using Ice for .NET Compact Framework, we need to specify
- // the assembly so that Ice can locate classes and exceptions.
- //
- initData.properties.setProperty("Ice.FactoryAssemblies", "client");
-#endif
//
// Limit the send buffer size, this test relies on the socket
// send() blocking after sending a given amount of data.