diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 23de57c..8f865d2 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -322,7 +322,6 @@ print_formatted (struct value *val, int size, /* User specified format, so don't look to the type to tell us what to do. */ val_print_scalar_formatted (type, - value_contents_for_printing (val), value_embedded_offset (val), val, options, size, stream); |