* values.c (unpack_long): Remove obsolete comment about using a

switch statement.
This commit is contained in:
Jim Kingdon
1994-04-08 22:30:55 +00:00
parent f3e4ac4af6
commit a110a1c30b
2 changed files with 3 additions and 3 deletions

View File

@@ -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;