summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/test_mutex.bor
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Misc/test_mutex.bor')
-rw-r--r--performance-tests/Misc/test_mutex.bor18
1 files changed, 0 insertions, 18 deletions
diff --git a/performance-tests/Misc/test_mutex.bor b/performance-tests/Misc/test_mutex.bor
deleted file mode 100644
index b70b779413a..00000000000
--- a/performance-tests/Misc/test_mutex.bor
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#
-# Makefile for building the test_mutex Misc performance-test
-#
-
-NAME = test_mutex
-
-OBJFILES = \
- $(OBJDIR)\test_mutex.obj
-
-CPPDIR = .
-
-LIBFILES = \
- $(ACE_LIB)
-
-CFLAGS = $(ACE_CFLAGS)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>