diff --git a/src/vm/arm64/unixstubs.cpp b/src/vm/arm64/unixstubs.cpp index 6cf97feb16ae..1d323bf571b8 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"); - } };