From a110a1c30b663050717ad862891a159bcd4d2b0d Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 8 Apr 1994 22:30:55 +0000 Subject: [PATCH] * values.c (unpack_long): Remove obsolete comment about using a switch statement. --- gdb/ChangeLog | 3 +++ gdb/values.c | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f6c0899f3a..df31141c37 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Fri Apr 8 14:53:35 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + * values.c (unpack_long): Remove obsolete comment about using a + switch statement. + * symfile.c (symbol_file_command): Add comments about command syntax. Thu Apr 7 17:25:21 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) diff --git a/gdb/values.c b/gdb/values.c index 6e42051dbf..0ea9c4ad95 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; -- 2.34.1