summaryrefslogtreecommitdiff
path: root/src/vm/methodtable.cpp
diff options
context:
space:
mode:
authorYi Zhang (CLR) <yizhang82@users.noreply.github.com>2017-08-17 18:45:48 -0700
committerGitHub <noreply@github.com>2017-08-17 18:45:48 -0700
commit503466d3ac758433fe9d7a303ed9e3c915647708 (patch)
treef7d47526dd2dd995dcc4644c0c00ee4213443b35 /src/vm/methodtable.cpp
parent3f0dd78dba6a217f3857a8e8fecf6f81e7bc00b7 (diff)
downloadcoreclr-503466d3ac758433fe9d7a303ed9e3c915647708.tar.gz
coreclr-503466d3ac758433fe9d7a303ed9e3c915647708.tar.bz2
coreclr-503466d3ac758433fe9d7a303ed9e3c915647708.zip
Fix linux build break (#13441)
Diffstat (limited to 'src/vm/methodtable.cpp')
-rw-r--r--src/vm/methodtable.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/methodtable.cpp b/src/vm/methodtable.cpp
index e27d7641c0..face764e0f 100644
--- a/src/vm/methodtable.cpp
+++ b/src/vm/methodtable.cpp
@@ -7137,10 +7137,6 @@ BOOL MethodTable::FindDefaultInterfaceImplementation(
if (pCurMT->CanCastToInterface(pCandidateMT))
{
// pCurMT is a more specific choice than IFoo/IBar both overrides IBlah :
- // /--> IFoo ---\
- // pCurMT - -->IBlah
- // \--> IBar ---/
- // Only update first entry IFoo and null out IBar
if (!seenMoreSpecific)
{
seenMoreSpecific = true;