Removed some dead code.

This commit is contained in:
John Wiegley 2009-02-03 17:46:04 -04:00
parent 850d39ea22
commit dfe04b9943

View file

@ -80,18 +80,10 @@ public:
journal_t * journal;
unsigned short src_idx;
#if 0
istream_pos_type full_beg_pos;
std::size_t full_beg_line;
#endif
istream_pos_type beg_pos;
std::size_t beg_line;
istream_pos_type end_pos;
std::size_t end_line;
#if 0
istream_pos_type full_end_pos;
std::size_t full_end_line;
#endif
static bool use_effective_date;