diff options
Diffstat (limited to 'csharp/src/Ice/Reference.cs')
-rw-r--r-- | csharp/src/Ice/Reference.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/csharp/src/Ice/Reference.cs b/csharp/src/Ice/Reference.cs index 7c951193cac..cfd1019cc74 100644 --- a/csharp/src/Ice/Reference.cs +++ b/csharp/src/Ice/Reference.cs @@ -657,11 +657,6 @@ namespace IceInternal throw new Ice.FixedProxyException(); } - public override string ToString() - { - throw new Ice.FixedProxyException(); - } - public override Dictionary<string, string> toProperty(string prefix) { throw new Ice.FixedProxyException(); |