Skip to content

Commit 30c98f3

Browse files
Automatic Update (#1)
1 parent 5a02b61 commit 30c98f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/zcl_abapgit_diff3.clas.abap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,8 @@ iv_end = iv_end_offset ).
436436
IF ls_hunk-ab = 'a'.
437437

438438
ASSIGN it_a TO <lt_buffer>.
439-
ASSERT sy-subrc = 0.
440439
ELSE.
441440
ASSIGN it_b TO <lt_buffer>.
442-
ASSERT sy-subrc = 0.
443441
ENDIF.
444442
CLEAR ls_result.
445443
ls_result-stable = abap_true.
@@ -496,10 +494,8 @@ iv_end = ls_hunk-ab_start + ls_hunk-ab_length ).
496494
IF ls_hunk-ab = 'a'.
497495

498496
ASSIGN ls_bounds-a TO <ls_b>.
499-
ASSERT sy-subrc = 0.
500497
ELSE.
501498
ASSIGN ls_bounds-b TO <ls_b>.
502-
ASSERT sy-subrc = 0.
503499
ENDIF.
504500

505501

0 commit comments

Comments
 (0)