[Arm64] Remove C++ stubs obscurring assembly versions (#17172)
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>
Mon, 26 Mar 2018 13:02:19 +0000 (09:02 -0400)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 26 Mar 2018 13:02:19 +0000 (15:02 +0200)
src/vm/arm64/unixstubs.cpp

index 6cf97fe..1d323bf 100644 (file)
@@ -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");
-    }
 };