Convert break-catch-syscall to vtable ops
[binutils-gdb.git] / gdb / value.h
index 4cd2044ac7cff23054ed0f23c106a878f2c455f0..7e1eec22413251436b6d102002e13fb631999974 100644 (file)
@@ -1089,10 +1089,6 @@ extern void print_floating (const gdb_byte *valaddr, struct type *type,
 extern void value_print (struct value *val, struct ui_file *stream,
                         const struct value_print_options *options);
 
-extern void value_print_array_elements (struct value *val,
-                                       struct ui_file *stream, int format,
-                                       enum val_prettyformat pretty);
-
 /* Release values from the value chain and return them.  Values
    created after MARK are released.  If MARK is nullptr, or if MARK is
    not found on the value chain, then all values are released.  Values