diff options
Diffstat (limited to 'csharp/src/Ice/Proxy.cs')
-rw-r--r-- | csharp/src/Ice/Proxy.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp/src/Ice/Proxy.cs b/csharp/src/Ice/Proxy.cs index 8141471f56d..621ecdde059 100644 --- a/csharp/src/Ice/Proxy.cs +++ b/csharp/src/Ice/Proxy.cs @@ -771,7 +771,6 @@ namespace Ice [EditorBrowsable(EditorBrowsableState.Never)] void iceWrite(OutputStream os); - /// <summary> /// Returns an scheduler object that use the Ice thread pool. /// </summary> @@ -2944,7 +2943,6 @@ namespace Ice return d; } - /// <summary> /// Returns the Slice type id of the interface or class associated /// with this proxy class. |