Skip to content

Commit 070781e

Browse files
committed
Remove dumpContext
1 parent e44e5b7 commit 070781e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/GenDistributed.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,6 @@ ArgumentDecoderInfo DistributedAccessor::findArgumentDecoder(
843843
/// so we must use this instead of the decodeFn directly.
844844
if (classDecl->hasResilientMetadata()) {
845845
if (getMethodDispatch(decodeFn) == swift::MethodDispatch::Class) {
846-
SILDeclRef(decodeFn).getOverriddenVTableEntry().getDecl()->getDeclContext()->dumpContext();
847846
fnPtr = IGM.getAddrOfDispatchThunk(SILDeclRef(decodeFn), NotForDefinition);
848847
usesDispatchThunk = true;
849848
}

0 commit comments

Comments
 (0)