We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44e5b7 commit 070781eCopy full SHA for 070781e
lib/IRGen/GenDistributed.cpp
@@ -843,7 +843,6 @@ ArgumentDecoderInfo DistributedAccessor::findArgumentDecoder(
843
/// so we must use this instead of the decodeFn directly.
844
if (classDecl->hasResilientMetadata()) {
845
if (getMethodDispatch(decodeFn) == swift::MethodDispatch::Class) {
846
- SILDeclRef(decodeFn).getOverriddenVTableEntry().getDecl()->getDeclContext()->dumpContext();
847
fnPtr = IGM.getAddrOfDispatchThunk(SILDeclRef(decodeFn), NotForDefinition);
848
usesDispatchThunk = true;
849
}
0 commit comments