Skip to content

Commit e1944f1

Browse files
authored
Delete some unused includes and files (#75805)
1 parent 09a0fc5 commit e1944f1

File tree

10 files changed

+0
-62
lines changed

10 files changed

+0
-62
lines changed

src/coreclr/vm/appdomain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
#include "typeequivalencehash.hpp"
5252

5353
#include "appdomain.inl"
54-
#include "typeparse.h"
5554

5655
#ifndef TARGET_UNIX
5756
#include "dwreport.h"

src/coreclr/vm/ceemain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
#include "virtualcallstub.h"
157157
#include "strongnameinternal.h"
158158
#include "syncclean.hpp"
159-
#include "typeparse.h"
160159
#include "debuginfostore.h"
161160
#include "finalizerthread.h"
162161
#include "threadsuspend.h"

src/coreclr/vm/fieldmarshaler.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
#include <corerror.h>
2626
#include "sigformat.h"
2727
#include "marshalnative.h"
28-
#include "typeparse.h"
29-
#ifdef FEATURE_COMINTEROP
30-
#include <winstring.h>
31-
#endif // FEATURE_COMINTEROP
3228

3329
VOID ParseNativeType(Module* pModule,
3430
SigPointer sig,

src/coreclr/vm/mngstdinterfaces.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "method.hpp"
2222
#include "runtimecallablewrapper.h"
2323
#include "excep.h"
24-
#include "typeparse.h"
2524

2625
//
2726
// Declare the static field int the ManagedStdInterfaceMap class.

src/coreclr/vm/typestring.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,3 @@ class TypeString
213213
};
214214

215215
#endif
216-

src/coreclr/vm/weakreferencenative.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "gchandleutilities.h"
1414
#include "weakreferencenative.h"
1515
#include "typestring.h"
16-
#include "typeparse.h"
1716
#include "threadsuspend.h"
1817
#include "interoplibinterface.h"
1918

src/libraries/Common/src/System/Reflection/AssemblyMetadataAttribute.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/libraries/Common/src/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeImportAttribute.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/libraries/Common/src/System/SerializableAttribute.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@
7575
Link="Common\System\Collections\DebugView.Tests.cs" />
7676
<Compile Include="$(CommonTestPath)System\Collections\TestingTypes.cs"
7777
Link="Common\System\Collections\TestingTypes.cs" />
78-
<Compile Include="$(CommonPath)System\SerializableAttribute.cs"
79-
Link="Common\System\SerializableAttribute.cs" />
8078
</ItemGroup>
8179
<ItemGroup>
8280
<None Include="ClassDiagram1.cd" />

0 commit comments

Comments
 (0)