diff --git a/src/core.c/Mu.pm6 b/src/core.c/Mu.pm6 index c62c68686e8..d9ca8fd7995 100644 --- a/src/core.c/Mu.pm6 +++ b/src/core.c/Mu.pm6 @@ -990,8 +990,6 @@ Perhaps it can be found at https://docs.raku.org/type/$name" method dispatch:<::>(Mu \SELF: $name, Mu $type, |c) is raw { my $meth; my $ctx := nqp::ctxcaller(nqp::ctx()); - # Bypass wrapping thunk if redirected from spesh plugin - $ctx := nqp::ctxcaller($ctx) if $*SPESH-THUNKED-DISPATCH; if nqp::istype(self, $type) { my $sym-found := 0; my $caller-type;