summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/item.h b/src/item.h
index b209b76c..a301b863 100644
--- a/src/item.h
+++ b/src/item.h
@@ -80,8 +80,6 @@ public:
istream_pos_type end_pos;
std::size_t end_line;
- static bool use_effective_date;
-
item_t(flags_t _flags = ITEM_NORMAL, const optional<string>& _note = none)
: supports_flags<>(_flags), _state(UNCLEARED), note(_note),
beg_pos(0), beg_line(0), end_pos(0), end_line(0)