summaryrefslogtreecommitdiffstats
path: root/src/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.h')
-rw-r--r--src/eval.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval.h b/src/eval.h
index cd271148c..6a5562fd4 100644
--- a/src/eval.h
+++ b/src/eval.h
@@ -6,7 +6,6 @@
typedef struct eval_variable {
char *name;
uint32_t hash;
- struct rrdvar *rrdvar;
struct eval_variable *next;
} EVAL_VARIABLE;