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:
Daniel Stenberg 2020-09-21 14:28:40 +02:00
parent 5a654a0a69
commit 3d64031fa7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
28 changed files with 18 additions and 1318 deletions

View file

@ -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);
}