summaryrefslogtreecommitdiff
path: root/src/vm/amd64/unixstubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/amd64/unixstubs.cpp')
-rw-r--r--src/vm/amd64/unixstubs.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/vm/amd64/unixstubs.cpp b/src/vm/amd64/unixstubs.cpp
index c51ca40e4c..1af568347f 100644
--- a/src/vm/amd64/unixstubs.cpp
+++ b/src/vm/amd64/unixstubs.cpp
@@ -117,24 +117,6 @@ extern "C"
return eax;
}
- void STDCALL JIT_MemCpy(void *dest, const void *src, SIZE_T count)
- {
- PORTABILITY_ASSERT("Implement for PAL");
- }
-
- void STDCALL JIT_MemCpy_End()
- {
- }
-
- void STDCALL JIT_MemSet(void *dest, int c, SIZE_T count)
- {
- PORTABILITY_ASSERT("Implement for PAL");
- }
-
- void STDCALL JIT_MemSet_End()
- {
- }
-
void STDCALL JIT_ProfilerEnterLeaveTailcallStub(UINT_PTR ProfilerHandle)
{
}