[x86/Linux] Clean up unused NakedThrowHelper stub (dotnet/coreclr#9824)
authorJonghyun Park <parjong@gmail.com>
Mon, 27 Feb 2017 14:57:20 +0000 (23:57 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 27 Feb 2017 14:57:20 +0000 (15:57 +0100)
Commit migrated from https://github.com/dotnet/coreclr/commit/d93d27243f5567178815ddcce8188e10b992f1db

src/coreclr/src/vm/i386/unixstubs.cpp

index 9c695b9..9705ab0 100644 (file)
@@ -11,11 +11,6 @@ extern "C"
         PORTABILITY_ASSERT("Implement for PAL");
     }
 
-    void NakedThrowHelper()
-    {
-        PORTABILITY_ASSERT("Implement for PAL");
-    }
-
     void ProfileEnterNaked(FunctionIDOrClientID functionIDOrClientID)    
     {
         PORTABILITY_ASSERT("Implement for PAL");