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 137dddb commit 2bda332Copy full SHA for 2bda332
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