summaryrefslogtreecommitdiff
path: root/src/vm/amd64/unixstubs.cpp
diff options
context:
space:
mode:
authorGeoff Norton <grompf@gmail.com>2015-02-11 11:31:28 -0800
committerGeoff Norton <grompf@gmail.com>2015-02-11 11:31:28 -0800
commitb7de56828c2047b5144840d65d13a148b96ea5f3 (patch)
tree87c5aa385b429fa67bf260ab19466cdcf3d6b3ff /src/vm/amd64/unixstubs.cpp
parent4faa8611c04e6a39cfc9aee10115946989f35ec7 (diff)
downloadcoreclr-b7de56828c2047b5144840d65d13a148b96ea5f3.tar.gz
coreclr-b7de56828c2047b5144840d65d13a148b96ea5f3.tar.bz2
coreclr-b7de56828c2047b5144840d65d13a148b96ea5f3.zip
Remove the CPP stubs and ensure to mark the leaf end
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)
{
}