Skip to content

Commit 269749b

Browse files
cleanup
1 parent eb7d632 commit 269749b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/.vuepress/public/assets/src/zabapgit_test_ssl.abap

+1-7
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ CLASS lcl_report DEFINITION.
9090
END OF ty_link,
9191
ty_links TYPE STANDARD TABLE OF ty_link WITH NON-UNIQUE KEY line.
9292

93-
TYPES:
94-
BEGIN OF ty_http_protocol,
95-
http_protocol TYPE c LENGTH 4,
96-
text TYPE c LENGTH 30,
97-
END OF ty_http_protocol.
98-
9993
DATA mt_links TYPE ty_links.
10094

10195
METHODS display_error
@@ -396,4 +390,4 @@ START-OF-SELECTION.
396390
go_report->run( p_url2 ).
397391

398392
AT LINE-SELECTION.
399-
go_report->display_response( ).
393+
go_report->display_response( ).

0 commit comments

Comments
 (0)