vxworks: drop support

No changes or fixes in vxworks related code since 2009 leads me to
believe that this doesn't work anymore.

Closes #8362
This commit is contained in:
Daniel Stenberg 2022-01-31 17:41:38 +01:00
parent 0d370ecbfe
commit 1bf3643f7b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 5 additions and 1044 deletions

View file

@ -38,10 +38,6 @@
#include <dos.h> /* delay() */
#endif
#ifdef __VXWORKS__
#include <strings.h> /* bzero() in FD_SET */
#endif
#include <curl/curl.h>
#include "urldata.h"