diff --git a/Parser/parsetok.c b/Parser/parsetok.c index 1f467d63c41e24..9cb98e4a434afc 100644 --- a/Parser/parsetok.c +++ b/Parser/parsetok.c @@ -246,8 +246,6 @@ parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret, else if ((ps->p_flags & CO_FUTURE_BARRY_AS_BDFL) && strcmp(str, "<>")) { PyObject_FREE(str); - err_ret->text = "with Barry as BDFL, use '<>' " - "instead of '!='"; err_ret->error = E_SYNTAX; break; }