From 3d64031fa7a80ac4ae3fd09a5939196268b92f81 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 21 Sep 2020 14:28:40 +0200 Subject: symbian: drop support The OS is deprecated. I see no traces of anyone having actually built curl for Symbian after 2012. The public headers are unmodified. Closes #5989 --- src/tool_main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/tool_main.c') diff --git a/src/tool_main.c b/src/tool_main.c index ccf098e94..b60454675 100644 --- a/src/tool_main.c +++ b/src/tool_main.c @@ -322,11 +322,6 @@ int main(int argc, char *argv[]) /* Start our curl operation */ result = operate(&global, argc, argv); -#ifdef __SYMBIAN32__ - if(global.showerror) - tool_pressanykey(); -#endif - /* Perform the main cleanup */ main_free(&global); } -- cgit v1.2.1