mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 02:12:05 +08:00
remove leftover int8 declaration (#1008)
This commit is contained in:
parent
efbac83915
commit
f9b3a5b555
|
@ -1578,8 +1578,7 @@ CLASS ltc_set_cell_value_types IMPLEMENTATION.
|
|||
ENDMETHOD.
|
||||
|
||||
METHOD int8.
|
||||
DATA: ref_int8 TYPE REF TO data,
|
||||
int8 TYPE int8 VALUE 33400000000.
|
||||
DATA: ref_int8 TYPE REF TO data.
|
||||
FIELD-SYMBOLS: <value> TYPE simple,
|
||||
<typekind_int8> TYPE abap_typekind.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user