Commit e4b5500e authored by Neal Norwitz's avatar Neal Norwitz

Remove duplicate code introduced by fixing bug #678518

parent f6b56aec
......@@ -1719,9 +1719,6 @@ validate_global_stmt(node *tree)
if (!res && !PyErr_Occurred())
err_string("illegal global statement");
if (!res && !PyErr_Occurred())
err_string("illegal global statement");
if (res)
res = (validate_name(CHILD(tree, 0), "global")
&& validate_ntype(CHILD(tree, 1), NAME));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment