diff options
Diffstat (limited to 'gdb/python/py-inferior.c')
-rw-r--r-- | gdb/python/py-inferior.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/python/py-inferior.c b/gdb/python/py-inferior.c index 4af7131..cee3a0d 100644 --- a/gdb/python/py-inferior.c +++ b/gdb/python/py-inferior.c @@ -445,8 +445,6 @@ infpy_read_memory (PyObject *self, PyObject *args, PyObject *kw) if (membuf_obj == NULL) { xfree (buffer); - PyErr_SetString (PyExc_MemoryError, - _("Could not allocate memory buffer object.")); return NULL; } |