summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-08-08 16:46:14 -0400
committerRich Salz <rsalz@akamai.com>2014-08-08 16:54:14 -0400
commita90081576c94f9f54de1755188a00ccc1760549a (patch)
treedffbe450e39181c15a9ef5422cbed5916f8af161 /demos
parent0989790b87efcfd40ae6770f11af28a005df28ac (diff)
Remove DJGPP (and therefore WATT32) #ifdef's.
DJGPP is no longer a supported platform. Remove all #ifdef, etc., cases that refer to it. DJGPP also #define'd WATT32, so that is now removed as well.
Diffstat (limited to 'demos')
-rw-r--r--demos/bio/sconnect.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/bio/sconnect.c b/demos/bio/sconnect.c
index 880344eb78..87b380b258 100644
--- a/demos/bio/sconnect.c
+++ b/demos/bio/sconnect.c
@@ -32,11 +32,6 @@ char *argv[];
else
host=argv[1];
-#ifdef WATT32
- dbug_init();
- sock_init();
-#endif
-
/* Lets get nice error messages */
SSL_load_error_strings();