From 503466d3ac758433fe9d7a303ed9e3c915647708 Mon Sep 17 00:00:00 2001 From: "Yi Zhang (CLR)" Date: Thu, 17 Aug 2017 18:45:48 -0700 Subject: Fix linux build break (#13441) --- src/vm/methodtable.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vm/methodtable.cpp') 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; -- cgit v1.2.3