aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-function.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-function.c')
-rw-r--r--gdb/python/py-function.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/python/py-function.c b/gdb/python/py-function.c
index d472f03..7286d64 100644
--- a/gdb/python/py-function.c
+++ b/gdb/python/py-function.c
@@ -57,7 +57,6 @@ static struct value *
fnpy_call (struct gdbarch *gdbarch, const struct language_defn *language,
void *cookie, int argc, struct value **argv)
{
- int i;
struct value *value = NULL;
PyObject *result, *callable, *args;
struct cleanup *cleanup;