Skip to content

Commit 23a420b

Browse files
committed
Remove unnecessary '[Obsolete]' attribute
1 parent fec1c1a commit 23a420b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/WinRT.Runtime/Marshalers.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,6 @@ public static T FromAbi<T>(IntPtr nativeDelegate)
19851985
}
19861986
}
19871987

1988-
[Obsolete("This type should only be used internally by 'Marshaler<T>'.")]
19891988
internal static class Marshaler
19901989
{
19911990
internal static readonly Func<object, object> ReturnParameterFunc = ReturnParameter;

0 commit comments

Comments
 (0)