SICF: Fix regression (#4481)

Removed code is part of `adjust_objects` already (https://github.com/abapGit/abapGit/pull/4426)
This commit is contained in:
Marc Bernard 2021-02-02 01:31:17 -05:00 committed by GitHub
parent 12e0ad295e
commit 0cd25ce331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,18 +289,6 @@ CLASS zcl_abapgit_tadir IMPLEMENTATION.
<ls_tadir>-path = lv_path.
IF <ls_tadir>-object = 'SICF'.
* replace the internal GUID with a hash of the path
TRY.
CALL METHOD ('ZCL_ABAPGIT_OBJECT_SICF')=>read_sicf_url
EXPORTING
iv_obj_name = <ls_tadir>-obj_name
RECEIVING
rv_hash = <ls_tadir>-obj_name+15.
CATCH cx_sy_dyn_call_illegal_method ##NO_HANDLER.
* SICF might not be supported in some systems, assume this code is not called
ENDTRY.
ENDIF.
ENDLOOP.
ENDMETHOD.