summaryrefslogtreecommitdiff
path: root/src/vm/amd64/unixstubs.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-02-25 19:59:28 -0800
committerJan Kotas <jkotas@microsoft.com>2015-02-25 19:59:28 -0800
commit255cd9dbdb7f980e59e7d01ba33aeb90b9ea939e (patch)
tree3504733974c4a98247ca302f75199430dd7c0427 /src/vm/amd64/unixstubs.cpp
parent65456c070ffbc97f14c1c32318dabc221646d8d6 (diff)
downloadcoreclr-255cd9dbdb7f980e59e7d01ba33aeb90b9ea939e.tar.gz
coreclr-255cd9dbdb7f980e59e7d01ba33aeb90b9ea939e.tar.bz2
coreclr-255cd9dbdb7f980e59e7d01ba33aeb90b9ea939e.zip
Delete dead code
Diffstat (limited to 'src/vm/amd64/unixstubs.cpp')
-rw-r--r--src/vm/amd64/unixstubs.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vm/amd64/unixstubs.cpp b/src/vm/amd64/unixstubs.cpp
index 06e290b3ad..9de7c6f7a2 100644
--- a/src/vm/amd64/unixstubs.cpp
+++ b/src/vm/amd64/unixstubs.cpp
@@ -11,11 +11,6 @@ extern "C"
{
PORTABILITY_ASSERT("Implement for PAL");
}
-
- void ErectWriteBarrier_ASM(Object** dst, Object* ref)
- {
- PORTABILITY_ASSERT("Implement for PAL");
- }
void ExternalMethodFixupPatchLabel()
{