summaryrefslogtreecommitdiff
path: root/csharp/test/xamarin
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/xamarin')
-rw-r--r--csharp/test/xamarin/controller/MainPage.xaml.cs10
-rw-r--r--csharp/test/xamarin/controller/controller.csproj1
2 files changed, 0 insertions, 11 deletions
diff --git a/csharp/test/xamarin/controller/MainPage.xaml.cs b/csharp/test/xamarin/controller/MainPage.xaml.cs
index 3cd2fdf60d5..7f0d345b7a8 100644
--- a/csharp/test/xamarin/controller/MainPage.xaml.cs
+++ b/csharp/test/xamarin/controller/MainPage.xaml.cs
@@ -77,16 +77,6 @@ namespace controller
{
return new Ice.binding.Client();
}
-
- else if(type.Equals("Ice.checksum.Server"))
- {
- return new Ice.checksum.Server();
- }
- else if(type.Equals("Ice.checksum.Client"))
- {
- return new Ice.checksum.Client();
- }
-
else if(type.Equals("Ice.defaultServant.Client"))
{
return new Ice.defaultServant.Client();
diff --git a/csharp/test/xamarin/controller/controller.csproj b/csharp/test/xamarin/controller/controller.csproj
index 0b0b8d43bb2..8d8dc92b86e 100644
--- a/csharp/test/xamarin/controller/controller.csproj
+++ b/csharp/test/xamarin/controller/controller.csproj
@@ -60,7 +60,6 @@
<ProjectReference Include="..\..\Ice\admin\msbuild\test\netstandard2.0\test.csproj" />
<ProjectReference Include="..\..\Ice\ami\msbuild\test\netstandard2.0\test.csproj" />
<ProjectReference Include="..\..\Ice\binding\msbuild\test\netstandard2.0\test.csproj" />
- <ProjectReference Include="..\..\Ice\checksum\msbuild\test\netstandard2.0\test.csproj" />
<ProjectReference Include="..\..\Ice\defaultServant\msbuild\test\netstandard2.0\test.csproj" />
<ProjectReference Include="..\..\Ice\defaultValue\msbuild\test\netstandard2.0\test.csproj" />
<ProjectReference Include="..\..\Ice\dictMapping\msbuild\test\netstandard2.0\test.csproj" />