mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Remove operator BINOP_IN
Chill language support was removed several years ago, and BINOP_IN isn't used for Pascal. This patch is to remove BINOP_IN. gdb: 2014-07-20 Yao Qi <yao@codesourcery.com> * std-operator.def: Remove BINOP_IN. * breakpoint.c (watchpoint_exp_is_const): Update. * eval.c (evaluate_subexp_standard): Likewise. * expprint.c (dump_subexp_body_standard): Likewise.
This commit is contained in:
@ -10602,7 +10602,6 @@ watchpoint_exp_is_const (const struct expression *exp)
|
||||
case BINOP_MAX:
|
||||
case BINOP_INTDIV:
|
||||
case BINOP_CONCAT:
|
||||
case BINOP_IN:
|
||||
case BINOP_RANGE:
|
||||
case TERNOP_COND:
|
||||
case TERNOP_SLICE:
|
||||
|
Reference in New Issue
Block a user