summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-03-07 07:53:42 -0700
committerTom Tromey <tom@tromey.com>2020-03-07 07:58:35 -0700
commite8932576355851be8bac0b0b86a3be4f2005e47f (patch)
tree9ec92d992cc7706508f76b95c01c98e1c5da851d /gdb/gdbtypes.h
parent190e5fc8b3cb8da10d17bf23d81c74cfefdb4669 (diff)
downloadbinutils-gdb-e8932576355851be8bac0b0b86a3be4f2005e47f.tar.gz
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/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 74498435822..cb674dbc1e8 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -120,9 +120,7 @@ enum type_code
TYPE_CODE_FUNC, /**< Function type */
TYPE_CODE_INT, /**< Integer type */
- /* * Floating type. This is *NOT* a complex type. Beware, there
- are parts of GDB which bogusly assume that TYPE_CODE_FLT can
- mean complex. */
+ /* * Floating type. This is *NOT* a complex type. */
TYPE_CODE_FLT,
/* * Void type. The length field specifies the length (probably