Remove stale TODO
authorStephen Toub <stoub@microsoft.com>
Tue, 12 Mar 2019 14:40:45 +0000 (10:40 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2019 14:40:45 +0000 (10:40 -0400)
We have no plans to address this further.

Commit migrated from https://github.com/dotnet/corefx/commit/57642c99f187a4611763d1c5b3efb4347d27c1b3

src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs

index 86b73d2..3bf0b8e 100644 (file)
@@ -1625,8 +1625,6 @@ namespace System.Runtime.Serialization
         internal string TypeName { get; }
     }
 
-    // TODO: Temporary workaround.  Remove this once SerializationInfo.UpdateValue is exposed
-    // from coreclr for use by ObjectManager.
     internal static class SerializationInfoExtensions
     {
         private static readonly Action<SerializationInfo, string, object, Type> s_updateValue =