aboutsummaryrefslogtreecommitdiff
path: root/gdb/values.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-04-08 22:30:55 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-04-08 22:30:55 +0000
commita110a1c30b663050717ad862891a159bcd4d2b0d (patch)
tree6bc8bf5474361940cb750bfda30799b7b2bc26be /gdb/values.c
parentf3e4ac4af6b461da6aa5eceae694e6826d47b50a (diff)
downloadgdb-a110a1c30b663050717ad862891a159bcd4d2b0d.zip
gdb-a110a1c30b663050717ad862891a159bcd4d2b0d.tar.gz
gdb-a110a1c30b663050717ad862891a159bcd4d2b0d.tar.bz2
* values.c (unpack_long): Remove obsolete comment about using a
switch statement.
Diffstat (limited to 'gdb/values.c')
-rw-r--r--gdb/values.c3
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;