diff options
Diffstat (limited to 'gdb/d-exp.y')
-rw-r--r-- | gdb/d-exp.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/d-exp.y b/gdb/d-exp.y index e7b11e7..426f9b3 100644 --- a/gdb/d-exp.y +++ b/gdb/d-exp.y @@ -684,7 +684,6 @@ parse_number (struct parser_state *ps, const char *p, if (parsed_float) { - const struct builtin_d_type *builtin_d_types; const char *suffix; int suffix_len; char *s, *sp; |