summaryrefslogtreecommitdiff
path: root/src/vm/array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/array.cpp')
-rw-r--r--src/vm/array.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/array.cpp b/src/vm/array.cpp
index e41573c497..1a4a940c42 100644
--- a/src/vm/array.cpp
+++ b/src/vm/array.cpp
@@ -342,12 +342,10 @@ MethodTable* Module::CreateArrayMethodTable(TypeHandle elemTypeHnd, CorElementTy
// Allocate space for optional members
// We always have a non-virtual slot array, see assert at end
cbMT += MethodTable::GetOptionalMembersAllocationSize(dwMultipurposeSlotsMask,
- FALSE, // RemotableMethodInfo
FALSE, // GenericsStaticsInfo
FALSE, // GuidInfo
FALSE, // CCWTemplate
FALSE, // RCWPerTypeData
- FALSE, // RemotingVtsInfo
FALSE); // TokenOverflow
// This is the offset of the beginning of the interface map