Remove unused variable (#6678)

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2023-11-30 02:50:31 -05:00 committed by GitHub
parent f6343068ef
commit ada2314fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,15 +85,11 @@ CLASS zcl_abapgit_gui_page_sett_repo IMPLEMENTATION.
METHOD constructor.
DATA lo_settings TYPE REF TO zcl_abapgit_settings.
super->constructor( ).
" Feature for ABAP Language Version
lo_settings = zcl_abapgit_persist_factory=>get_settings( )->read( ).
CREATE OBJECT mo_validation_log.
CREATE OBJECT mo_form_data.
mo_repo = io_repo.
mo_form = get_form_schema( ).
mo_form_data = read_settings( ).