summaryrefslogtreecommitdiff
path: root/src/experiment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/experiment.h')
-rw-r--r--src/experiment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/experiment.h b/src/experiment.h
index 539e96a..727719a 100644
--- a/src/experiment.h
+++ b/src/experiment.h
@@ -65,7 +65,7 @@ public:
enum { CSV, BOTH, HEADER, TABLE }
output_mode; // results output mode
- enum { RANDOM, STRIDED, STREAM }
+ enum { RANDOM, STRIDED }
access_pattern; // memory access pattern
int64 stride;