PR ld/12549
[binutils-gdb.git] / gdb / ada-varobj.c
index 31f80f52c5d5c4ce052c3a8448e18b4fbdf54131..53d8a9c6b45cd66a3859c97cbd1b7bd0df219a0b 100644 (file)
@@ -1,6 +1,6 @@
 /* varobj support for Ada.
 
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -227,7 +227,6 @@ ada_varobj_get_array_number_of_children (struct value *parent_value,
                                         struct type *parent_type)
 {
   LONGEST lo, hi;
-  int len;
 
   if (!get_array_bounds (parent_type, &lo, &hi))
     {