delete unused variable (#6351)

This commit is contained in:
Christian Günter 2023-07-17 10:07:44 +02:00 committed by GitHub
parent b50be07041
commit ac854ff684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -504,7 +504,6 @@ CLASS zcl_abapgit_gui_router IMPLEMENTATION.
DATA:
ls_item TYPE zif_abapgit_definitions=>ty_item,
lv_extra TYPE string,
lx_error TYPE REF TO zcx_abapgit_exception,
li_html_viewer TYPE REF TO zif_abapgit_html_viewer.