mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:43:31 +03:00
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
This commit is contained in:
parent
5a654a0a69
commit
3d64031fa7
28 changed files with 18 additions and 1318 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue