summaryrefslogtreecommitdiff
path: root/src/vm/marshalnative.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/marshalnative.cpp')
-rw-r--r--src/vm/marshalnative.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/vm/marshalnative.cpp b/src/vm/marshalnative.cpp
index 908a7b3b04..3419e3fb15 100644
--- a/src/vm/marshalnative.cpp
+++ b/src/vm/marshalnative.cpp
@@ -481,15 +481,6 @@ FCIMPL3(LPVOID, MarshalNative::GetManagedThunkForUnmanagedMethodPtr, LPVOID pfnM
}
FCIMPLEND
-
-FCIMPL0(UINT32, MarshalNative::GetSystemMaxDBCSCharSize)
-{
- FCALL_CONTRACT;
-
- return GetMaxDBCSCharByteSize();
-}
-FCIMPLEND
-
/************************************************************************
* PInvoke.GetLastWin32Error
*/