zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Remove Dead 'supportsCsharpSerializable' Function #2266

Closed InsertCreativityHere closed 1 month ago

InsertCreativityHere commented 1 month ago

In the 'Ice/optional' tests, we have this operation: bool supportsCsharpSerializable(); C# used to call this in the cross-tests to determine whether it should run tests involving serialization. But... C# serialization support was removed 6 months ago in #1594

So, this function is never called anymore; so this PR removes it.