Delete dead code
authorJan Kotas <jkotas@microsoft.com>
Thu, 26 Feb 2015 03:59:28 +0000 (19:59 -0800)
committerJan Kotas <jkotas@microsoft.com>
Thu, 26 Feb 2015 03:59:28 +0000 (19:59 -0800)
src/vm/amd64/unixstubs.cpp

index 06e290b..9de7c6f 100644 (file)
@@ -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()
     {