aboutsummaryrefslogtreecommitdiff
path: root/includes/benchmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/benchmark.h')
-rw-r--r--includes/benchmark.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/benchmark.h b/includes/benchmark.h
index 399c5e46..3d1a2c20 100644
--- a/includes/benchmark.h
+++ b/includes/benchmark.h
@@ -56,7 +56,6 @@ typedef struct {
int threads_used;
int revision;
char extra[256]; /* no \n, ; or | */
- char user_note[256]; /* no \n, ; or | */
} bench_value;
#define EMPTY_BENCH_VALUE {-1.0f,0,0,-1,""}