aboutsummaryrefslogtreecommitdiff
path: root/regressions/ck_spinlock/benchmark/ck_hclh.c
diff options
context:
space:
mode:
Diffstat (limited to 'regressions/ck_spinlock/benchmark/ck_hclh.c')
-rw-r--r--regressions/ck_spinlock/benchmark/ck_hclh.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/regressions/ck_spinlock/benchmark/ck_hclh.c b/regressions/ck_spinlock/benchmark/ck_hclh.c
deleted file mode 100644
index 9ae443e8498c..000000000000
--- a/regressions/ck_spinlock/benchmark/ck_hclh.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "../ck_hclh.h"
-
-#ifdef THROUGHPUT
-#include "throughput.h"
-#elif defined(LATENCY)
-#include "latency.h"
-#endif