gdb/python: remove some unreachable Py_RETURN_NONE They are unreachable because there is a return statement in all possible code paths before. Change-Id: I9db2f41f8017380c0c79f97af9bbf8734038ba9a Approved-By: Tom Tromey <tom@tromey.com>