mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Remove unused constant for ABAP Language Version (#6455)
This commit is contained in:
parent
5aadd5c137
commit
8e3a64dd68
|
@ -410,13 +410,6 @@ INTERFACE zif_abapgit_definitions
|
||||||
skip TYPE ty_method VALUE '?',
|
skip TYPE ty_method VALUE '?',
|
||||||
END OF c_method .
|
END OF c_method .
|
||||||
|
|
||||||
CONSTANTS:
|
|
||||||
BEGIN OF c_abap_language_version,
|
|
||||||
standard TYPE c VALUE '',
|
|
||||||
keyuser TYPE c VALUE '2',
|
|
||||||
clouddevelopment TYPE c VALUE '5',
|
|
||||||
END OF c_abap_language_version.
|
|
||||||
|
|
||||||
TYPES:
|
TYPES:
|
||||||
ty_sap_langu_tab TYPE STANDARD TABLE OF langu WITH DEFAULT KEY.
|
ty_sap_langu_tab TYPE STANDARD TABLE OF langu WITH DEFAULT KEY.
|
||||||
TYPES:
|
TYPES:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user