mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Remove unused variable (#6678)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
f6343068ef
commit
ada2314fae
|
@ -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( ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user