From bb734dc0df68229e37d11dbdb8aee70e6aff73e4 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Sat, 26 Jan 2019 03:32:24 +0100 Subject: Move more Marshal methods to shared partition (#22205) * Move more Marshal methods to shared partition * Implement ThrowExceptionForHR in managed --- src/vm/marshalnative.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vm/marshalnative.h') diff --git a/src/vm/marshalnative.h b/src/vm/marshalnative.h index 53a9966218..8f3168820a 100644 --- a/src/vm/marshalnative.h +++ b/src/vm/marshalnative.h @@ -44,7 +44,6 @@ public: //==================================================================== // These methods convert between an HR and and a managed exception. //==================================================================== - static FCDECL2(void, ThrowExceptionForHR, INT32 errorCode, LPVOID errorInfo); static FCDECL2(Object *, GetExceptionForHR, INT32 errorCode, LPVOID errorInfo); static FCDECL1(int, GetHRForException, Object* eUNSAFE); static FCDECL1(int, GetHRForException_WinRT, Object* eUNSAFE); -- cgit v1.2.3