Skip to content

Commit 87087d1

Browse files
larshpEugen Günther
andauthored
remove unused variable (#522)
Co-authored-by: Eugen Günther <64586309+eugen-guenther-sap@users.noreply.github.com>
1 parent 9000edf commit 87087d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profiles/y_profile_admin_classes.prog.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ CLASS lcl_util IMPLEMENTATION.
14181418
ENDTRY.
14191419

14201420
TRY.
1421-
DATA(checks) = profile_manager->select_checks( profile ).
1421+
profile_manager->select_checks( profile ).
14221422
CATCH ycx_entry_not_found.
14231423
RETURN.
14241424
ENDTRY.

0 commit comments

Comments
 (0)