diff options
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r-- | gdb/python/python.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index cf87b66..0f66f67 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -303,8 +303,7 @@ gdbpy_target_wide_charset (PyObject *self, PyObject *args) static PyObject * execute_gdb_command (PyObject *self, PyObject *args) { - struct cmd_list_element *alias, *prefix, *cmd; - char *arg, *newarg; + char *arg; PyObject *from_tty_obj = NULL; int from_tty; int cmp; |