Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Revert "Add FormatterServices.GetUninitializedObject, partial for #8133"
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed May 21, 2016
1 parent 1b61b69 commit 3b85501
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 98 deletions.
7 changes: 0 additions & 7 deletions src/System.Runtime/ref/System.Runtime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3054,13 +3054,6 @@ public StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind layoutKin
public System.Runtime.InteropServices.LayoutKind Value { get { return default(System.Runtime.InteropServices.LayoutKind); } }
}
}
namespace System.Runtime.Serialization
{
public static partial class FormatterServices
{
public static Object GetUninitializedObject(Type type) { return default(Object); }
}
}
namespace System.Runtime.Versioning
{
[System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple = false, Inherited = false)]
Expand Down
1 change: 0 additions & 1 deletion src/System.Runtime/tests/System.Runtime.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<Compile Include="System\Runtime\CompilerServices\ConditionalWeakTableTests.cs" />
<Compile Include="System\Runtime\CompilerServices\StrongBoxTests.cs" />
<Compile Include="System\Runtime\CompilerServices\RuntimeHelpersTests.cs" />
<Compile Include="System\Runtime\Serialization\FormatterServices.cs" />
<Compile Include="System\SByteTests.cs" />
<Compile Include="System\SingleTests.cs" />
<Compile Include="System\StringTests.cs" />
Expand Down

This file was deleted.

0 comments on commit 3b85501

Please sign in to comment.