Notify about breakpoint modification when enabling/disabling single location
[deliverable/binutils-gdb.git] / gdb / m2-valprint.c
index 50c2b30a62d3197ee4e24deafdf39c7bdc41b408..63c1560c6f58adc53fa7d676305d4b11992efd5f 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for printing Modula 2 values for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2016 Free Software Foundation, Inc.
+   Copyright (C) 1986-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -313,7 +313,6 @@ m2_val_print (struct type *type, int embedded_offset,
              struct value *original_value,
              const struct value_print_options *options)
 {
-  struct gdbarch *gdbarch = get_type_arch (type);
   unsigned len;
   struct type *elttype;
   CORE_ADDR addr;
This page took 0.031666 seconds and 4 git commands to generate.