diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-08 22:30:55 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-08 22:30:55 +0000 |
commit | a110a1c30b663050717ad862891a159bcd4d2b0d (patch) | |
tree | 6bc8bf5474361940cb750bfda30799b7b2bc26be /gdb/values.c | |
parent | f3e4ac4af6b461da6aa5eceae694e6826d47b50a (diff) | |
download | gdb-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.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; |