summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/servantLocator/Collocated.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/servantLocator/Collocated.cs')
-rw-r--r--csharp/test/Ice/servantLocator/Collocated.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/csharp/test/Ice/servantLocator/Collocated.cs b/csharp/test/Ice/servantLocator/Collocated.cs
index 32caa46854a..66e39874c4a 100644
--- a/csharp/test/Ice/servantLocator/Collocated.cs
+++ b/csharp/test/Ice/servantLocator/Collocated.cs
@@ -7,9 +7,7 @@
//
// **********************************************************************
-using Test;
using System;
-using System.Diagnostics;
using System.Reflection;
[assembly: CLSCompliant(true)]
@@ -42,14 +40,6 @@ public class Collocated
public static int Main(string[] args)
{
Ice.InitializationData data = new Ice.InitializationData();
-#if COMPACT
- //
- // When using Ice for .NET Compact Framework, we need to specify
- // the assembly so that Ice can locate classes and exceptions.
- //
- data.properties = Ice.Util.createProperties();
- data.properties.setProperty("Ice.FactoryAssemblies", "collocated");
-#endif
App app = new App();
return app.main(args, data);
}