aboutsummaryrefslogtreecommitdiff
path: root/crypto/threads/pthread2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/threads/pthread2.sh')
-rwxr-xr-xcrypto/threads/pthread2.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/threads/pthread2.sh b/crypto/threads/pthread2.sh
deleted file mode 100755
index ec945c451b96..000000000000
--- a/crypto/threads/pthread2.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