Skip to content

Commit 134ecd0

Browse files
committed
C parser: Remove unused rule cprover_contract_frees_opt
This was introduced in 5982243 but does not seem to be used.
1 parent 53e448b commit 134ecd0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ansi-c/parser.y

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3413,12 +3413,6 @@ cprover_contract_frees:
34133413
}
34143414
;
34153415

3416-
cprover_contract_frees_opt:
3417-
/* nothing */
3418-
{ init($$); parser_stack($$).make_nil(); }
3419-
| cprover_contract_frees
3420-
;
3421-
34223416
cprover_function_contract_sequence:
34233417
cprover_function_contract
34243418
| cprover_function_contract_sequence cprover_function_contract

0 commit comments

Comments
 (0)