Skip to content

Commit

Permalink
#1148 syntax error after removing unneccessary variable (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiberM authored Jun 28, 2024
1 parent 401e63a commit f168162
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/checks/zcl_aoc_check_47.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ CLASS ZCL_AOC_CHECK_47 IMPLEMENTATION.
AND type <> io_scan->gc_statement-pragma.

CLEAR lv_statement.
lv_count = 0.

LOOP AT io_scan->tokens ASSIGNING <ls_token>
FROM <ls_statement>-from TO <ls_statement>-to
Expand Down

0 comments on commit f168162

Please sign in to comment.