diff options
author | Tom Tromey <tom@tromey.com> | 2020-03-07 07:53:42 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-03-07 07:58:35 -0700 |
commit | e8932576355851be8bac0b0b86a3be4f2005e47f (patch) | |
tree | 9ec92d992cc7706508f76b95c01c98e1c5da851d /gdb/valops.c | |
parent | 190e5fc8b3cb8da10d17bf23d81c74cfefdb4669 (diff) | |
download | gdb-e8932576355851be8bac0b0b86a3be4f2005e47f.zip gdb-e8932576355851be8bac0b0b86a3be4f2005e47f.tar.gz gdb-e8932576355851be8bac0b0b86a3be4f2005e47f.tar.bz2 |
Remove some obsolete comments
While working on complex number support, I found a couple of
apparently obsolete coments. This removes them.
2020-03-07 Tom Tromey <tom@tromey.com>
* valops.c (value_literal_complex): Remove obsolete comment.
* gdbtypes.h (enum type_code) <TYPE_CODE_FLT>: Remove obsolete
comment.
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index 7fc555a..d484746 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -3856,9 +3856,7 @@ value_slice (struct value *array, int lowbound, int length) /* Create a value for a FORTRAN complex number. Currently most of the time values are coerced to COMPLEX*16 (i.e. a complex number - composed of 2 doubles. This really should be a smarter routine - that figures out precision intelligently as opposed to assuming - doubles. FIXME: fmb */ + composed of 2 doubles. */ struct value * value_literal_complex (struct value *arg1, |