summaryrefslogtreecommitdiffstats
path: root/demos/threads/pthread.sh
diff options
context:
space:
mode:
Diffstat (limited to 'demos/threads/pthread.sh')
-rw-r--r--demos/threads/pthread.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/threads/pthread.sh b/demos/threads/pthread.sh
deleted file mode 100644
index ec945c451b..0000000000
--- a/demos/threads/pthread.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#
-# build using pthreads where it's already built into the system
-#
-/bin/rm -f mttest
-gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread -ldl