diff options
Diffstat (limited to 'gdb/values.c')
-rw-r--r-- | gdb/values.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/values.c b/gdb/values.c index 6e42051..0ea9c4a 100644 --- a/gdb/values.c +++ b/gdb/values.c @@ -598,9 +598,6 @@ value_as_pointer (val) to member which reaches here is considered to be equivalent to an INT (or some size). After all, it is only an offset. */ -/* FIXME: This should be rewritten as a switch statement for speed and - ease of comprehension. */ - LONGEST unpack_long (type, valaddr) struct type *type; |