Removed an old comment

This commit is contained in:
John Wiegley 2012-03-02 10:18:42 -06:00
parent 38c6953e10
commit 8b9b9e9e72

View file

@ -415,9 +415,6 @@ void expr_t::token_t::next(std::istream& in, const parse_flags_t& pflags)
try {
amount_t temp;
if (! temp.parse(in, parse_flags.plus_flags(PARSE_SOFT_FAIL))) {
// If the amount had no commodity, it must be an unambiguous
// variable reference
in.clear();
in.seekg(pos, std::ios::beg);
if (in.fail())