diff options
Diffstat (limited to 'gdb/findvar.c')
-rw-r--r-- | gdb/findvar.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/findvar.c b/gdb/findvar.c index c7b2a63..3a160a3 100644 --- a/gdb/findvar.c +++ b/gdb/findvar.c @@ -34,12 +34,6 @@ #include "symfile.h" /* for overlay functions */ #include "regcache.h" -/* This is used to indicate that we don't know the format of the floating point - number. Typically, this is useful for native ports, where the actual format - is irrelevant, since no conversions will be taking place. */ - -const struct floatformat floatformat_unknown; - /* Basic byte-swapping routines. GDB has needed these for a long time... All extract a target-format integer at ADDR which is LEN bytes long. */ |