diff options
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r-- | gdb/python/python.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index c29a46b..44ca121 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -1660,7 +1660,6 @@ static bool do_start_initialization () { #ifdef IS_PY3K - int i; size_t progsize, count; wchar_t *progname_copy; #endif |