summaryrefslogtreecommitdiff
path: root/src/Run.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Run.cpp')
-rw-r--r--src/Run.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Run.cpp b/src/Run.cpp
index 1075554..399f516 100644
--- a/src/Run.cpp
+++ b/src/Run.cpp
@@ -44,8 +44,6 @@ Lock Run::global_mutex;
int64 Run::_ops_per_chain = 0;
double Run::_seconds = 1E9;
-#define prefetch(x) __builtin_prefetch(x)
-
Run::Run() :
exp(NULL), bp(NULL) {
}
@@ -363,12 +361,6 @@ Run::reverse_mem_init(Chain *mem) {
return root;
}
-static int64 dumb_ck = 0;
-void mem_chk(Chain *m) {
- if (m == 0)
- dumb_ck += 1;
-}
-
static benchmark chase_pointers(int64 chains_per_thread, // memory loading per thread
int64 bytes_per_line, // ignored
int64 bytes_per_chain, // ignored