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