summaryrefslogtreecommitdiff
path: root/src/vm/vars.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-06-13 19:33:53 -0700
committerGitHub <noreply@github.com>2016-06-13 19:33:53 -0700
commit7f7d8276e65059a37001aaa5ce9af7e82249f4a0 (patch)
tree783b31f465cbc9381fce9f2d0d2a0e2ff582d8ca /src/vm/vars.cpp
parenta3676dd03e21501c7565c8b402a21d4f5a1428c6 (diff)
downloadcoreclr-7f7d8276e65059a37001aaa5ce9af7e82249f4a0.tar.gz
coreclr-7f7d8276e65059a37001aaa5ce9af7e82249f4a0.tar.bz2
coreclr-7f7d8276e65059a37001aaa5ce9af7e82249f4a0.zip
Refactor MethodTable::ContainsStackPtr (#5754)
- Rename ContainsStackPtr to IsByRefLike. It is the term used for this kind of types in ECMA spec. - Change the check to be based on flag instead of hard coded list of types - Remove redundant unused method of the same name on EEClass
Diffstat (limited to 'src/vm/vars.cpp')
-rw-r--r--src/vm/vars.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/vars.cpp b/src/vm/vars.cpp
index 92c519ad18..e4543bf3cf 100644
--- a/src/vm/vars.cpp
+++ b/src/vm/vars.cpp
@@ -84,8 +84,6 @@ GPTR_IMPL(MethodTable, g_pAsyncFileStream_AsyncResultClass);
GPTR_IMPL(MethodTable, g_pFreeObjectMethodTable);
GPTR_IMPL(MethodTable, g_pOverlappedDataClass);
-GPTR_IMPL(MethodTable, g_ArgumentHandleMT);
-GPTR_IMPL(MethodTable, g_ArgIteratorMT);
GPTR_IMPL(MethodTable, g_TypedReferenceMT);
GPTR_IMPL(MethodTable, g_pByteArrayMT);