Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 11c911e

Browse files
parjongjkotas
authored andcommitted
Remove unused extern declarations (#13159)
1 parent 80c9cfb commit 11c911e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/vm/prestub.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ EXTERN_C void DeleteFromPitchingCandidate(MethodDesc* pMD);
6060
EXTERN_C void MarkMethodNotPitchingCandidate(MethodDesc* pMD);
6161
#endif
6262

63-
EXTERN_C void STDCALL ThePreStub();
64-
65-
#if defined(HAS_COMPACT_ENTRYPOINTS) && defined (_TARGET_ARM_)
66-
67-
EXTERN_C void STDCALL ThePreStubCompactARM();
68-
69-
#endif // defined(HAS_COMPACT_ENTRYPOINTS) && defined (_TARGET_ARM_)
70-
7163
EXTERN_C void STDCALL ThePreStubPatch();
7264

7365
//==========================================================================

0 commit comments

Comments
 (0)