remove trivialy unused variables
[external/binutils.git] / gdb / python / py-symtab.c
index c3c94e5..af70170 100644 (file)
@@ -437,7 +437,6 @@ PyObject *
 symtab_and_line_to_sal_object (struct symtab_and_line sal)
 {
   sal_object *sal_obj;
-  int success = 0;
 
   sal_obj = PyObject_New (sal_object, &sal_object_type);
   if (sal_obj)