diff options
Diffstat (limited to 'gdb/doublest.h')
-rw-r--r-- | gdb/doublest.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/doublest.h b/gdb/doublest.h index 23c6ee5..a22baef 100644 --- a/gdb/doublest.h +++ b/gdb/doublest.h @@ -83,12 +83,6 @@ extern enum float_kind floatformat_classify (const struct floatformat *, extern const char *floatformat_mantissa (const struct floatformat *, const bfd_byte *); -/* Given TYPE, return its floatformat. TYPE_FLOATFORMAT() may return - NULL. type_floatformat() detects that and returns a floatformat - based on the type size when FLOATFORMAT is NULL. */ - -const struct floatformat *floatformat_from_type (const struct type *type); - /* Return the floatformat's total size in host bytes. */ extern size_t floatformat_totalsize_bytes (const struct floatformat *fmt); |