Remove gdb/python/python.c code that handles strlen failing with -1
authorPedro Alves <palves@redhat.com>
Tue, 3 May 2016 11:16:55 +0000 (12:16 +0100)
committerPedro Alves <palves@redhat.com>
Tue, 3 May 2016 11:16:55 +0000 (12:16 +0100)
commit1aa96702887a9c0f66b5d7cab034bf6718796708
treef793e49a83690cd3406a1d0bd1c22d6bf67c02ab
parent1f56df9d0d5ad89806c24e71f296576d82344613
Remove gdb/python/python.c code that handles strlen failing with -1

This makes no sense -- strlen doesn't really ever fail with -1.

gdb/ChangeLog:
2016-05-03  Pedro Alves <palves@redhat.com>

* python/python.c (_initialize_python) [IS_PY3K]: Remove dead
code.
gdb/ChangeLog
gdb/python/python.c