diff options
Diffstat (limited to 'csharp/test/Ice/operations/Test.ice')
-rw-r--r-- | csharp/test/Ice/operations/Test.ice | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/test/Ice/operations/Test.ice b/csharp/test/Ice/operations/Test.ice index 3e42ac24861..ccae3dfbd4e 100644 --- a/csharp/test/Ice/operations/Test.ice +++ b/csharp/test/Ice/operations/Test.ice @@ -145,7 +145,6 @@ interface MyClass LongSS opShortIntLongSS(ShortSS p1, IntSS p2, LongSS p3, out ShortSS p4, out IntSS p5, out LongSS p6); - DoubleSS opFloatDoubleSS(FloatSS p1, DoubleSS p2, out FloatSS p3, out DoubleSS p4); |