From: Steve MacLean Date: Mon, 26 Mar 2018 13:02:19 +0000 (-0400) Subject: [Arm64] Remove C++ stubs obscurring assembly versions (#17172) X-Git-Tag: accepted/tizen/unified/20190422.045933~2504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e059757627d8c2594524c17d4e3ce8c716afc66;p=platform%2Fupstream%2Fcoreclr.git [Arm64] Remove C++ stubs obscurring assembly versions (#17172) --- diff --git a/src/vm/arm64/unixstubs.cpp b/src/vm/arm64/unixstubs.cpp index 6cf97fe..1d323bf 100644 --- a/src/vm/arm64/unixstubs.cpp +++ b/src/vm/arm64/unixstubs.cpp @@ -10,19 +10,4 @@ extern "C" { PORTABILITY_ASSERT("Implement for PAL"); } - - void GenericPInvokeCalliHelper() - { - PORTABILITY_ASSERT("Implement for PAL"); - } - - void VarargPInvokeStub() - { - PORTABILITY_ASSERT("Implement for PAL"); - } - - void VarargPInvokeStub_RetBuffArg() - { - PORTABILITY_ASSERT("Implement for PAL"); - } };