Skip to content

Commit

Permalink
Remove unused extern declarations (dotnet#13159)
Browse files Browse the repository at this point in the history
  • Loading branch information
parjong authored and jkotas committed Aug 2, 2017
1 parent 80c9cfb commit 11c911e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/vm/prestub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ EXTERN_C void DeleteFromPitchingCandidate(MethodDesc* pMD);
EXTERN_C void MarkMethodNotPitchingCandidate(MethodDesc* pMD);
#endif

EXTERN_C void STDCALL ThePreStub();

#if defined(HAS_COMPACT_ENTRYPOINTS) && defined (_TARGET_ARM_)

EXTERN_C void STDCALL ThePreStubCompactARM();

#endif // defined(HAS_COMPACT_ENTRYPOINTS) && defined (_TARGET_ARM_)

EXTERN_C void STDCALL ThePreStubPatch();

//==========================================================================
Expand Down

0 comments on commit 11c911e

Please sign in to comment.