diff options
Diffstat (limited to 'gdb/parse.c')
-rw-r--r-- | gdb/parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index 37bafe4..6b9541b 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -817,7 +817,6 @@ operator_length_standard (const struct expression *expr, int endpos, break; case OP_FUNCALL: - case OP_F77_UNDETERMINED_ARGLIST: oplen = 3; args = 1 + longest_to_int (expr->elts[endpos - 2].longconst); break; |