diff options
Diffstat (limited to 'gdb/parse.c')
-rw-r--r-- | gdb/parse.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index 7a9410f..99f0b27 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -596,11 +596,6 @@ length_of_subexp (expr, endpos) case OP_LABELED: case STRUCTOP_STRUCT: case STRUCTOP_PTR: -/* start-sanitize-gm */ -#ifdef GENERAL_MAGIC - case STRUCTOP_FIELD: -#endif /* GENERAL_MAGIC */ -/* end-sanitize-gm */ args = 1; /* fall through */ case OP_M2_STRING: |