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

Commit 8e05975

Browse files
sdmacleajanvorli
authored andcommitted
[Arm64] Remove C++ stubs obscurring assembly versions (#17172)
1 parent 392d2a4 commit 8e05975

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/vm/arm64/unixstubs.cpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,4 @@ extern "C"
1010
{
1111
PORTABILITY_ASSERT("Implement for PAL");
1212
}
13-
14-
void GenericPInvokeCalliHelper()
15-
{
16-
PORTABILITY_ASSERT("Implement for PAL");
17-
}
18-
19-
void VarargPInvokeStub()
20-
{
21-
PORTABILITY_ASSERT("Implement for PAL");
22-
}
23-
24-
void VarargPInvokeStub_RetBuffArg()
25-
{
26-
PORTABILITY_ASSERT("Implement for PAL");
27-
}
2813
};

0 commit comments

Comments
 (0)