summaryrefslogtreecommitdiff
path: root/src/vm/fieldmarshaler.h
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>2019-02-13 15:52:35 -0800
committerGitHub <noreply@github.com>2019-02-13 15:52:35 -0800
commitac27e6badbb195a77c0f81427ffc0d4f837dcc45 (patch)
treea1ac914ba72eb9faea77dc96fc7b2c8b3a95bdda /src/vm/fieldmarshaler.h
parentf514a549d7b8972111e85cfb7dab6fa3216382ba (diff)
downloadcoreclr-ac27e6badbb195a77c0f81427ffc0d4f837dcc45.tar.gz
coreclr-ac27e6badbb195a77c0f81427ffc0d4f837dcc45.tar.bz2
coreclr-ac27e6badbb195a77c0f81427ffc0d4f837dcc45.zip
Remove Marshaling MDA (#22579)
Remove the "marshaling" MDA. In .NET Framework it was off by default and in .NET Core it was commented out in the boilerplate file. Additionally, from what I can tell only half of its functionality was ever implemented in .NET Core. Contributes to #22538.
Diffstat (limited to 'src/vm/fieldmarshaler.h')
-rw-r--r--src/vm/fieldmarshaler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/fieldmarshaler.h b/src/vm/fieldmarshaler.h
index 55e7773cb7..2e1b011c5c 100644
--- a/src/vm/fieldmarshaler.h
+++ b/src/vm/fieldmarshaler.h
@@ -67,8 +67,6 @@ class FieldMarshaler_Exception;
class FieldMarshaler_Nullable;
#endif // FEATURE_COMINTEROP
-VOID NStructFieldTypeToString(FieldMarshaler* pFM, SString& strNStructFieldType);
-
//=======================================================================
// Each possible COM+/Native pairing of data type has a
// NLF_* id. This is used to select the marshaling code.