summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/exceptions/ObjectFactoryI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/exceptions/ObjectFactoryI.cs')
-rw-r--r--csharp/test/Ice/exceptions/ObjectFactoryI.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/csharp/test/Ice/exceptions/ObjectFactoryI.cs b/csharp/test/Ice/exceptions/ObjectFactoryI.cs
deleted file mode 100644
index 6021464a9b7..00000000000
--- a/csharp/test/Ice/exceptions/ObjectFactoryI.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-public sealed class ObjectFactoryI : Ice.ObjectFactory
-{
- public Ice.Object create(string s)
- {
- return null;
- }
-
- public void destroy()
- {
- }
-}