Removed an old comment
This commit is contained in:
parent
38c6953e10
commit
8b9b9e9e72
1 changed files with 0 additions and 3 deletions
|
|
@ -415,9 +415,6 @@ void expr_t::token_t::next(std::istream& in, const parse_flags_t& pflags)
|
||||||
try {
|
try {
|
||||||
amount_t temp;
|
amount_t temp;
|
||||||
if (! temp.parse(in, parse_flags.plus_flags(PARSE_SOFT_FAIL))) {
|
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.clear();
|
||||||
in.seekg(pos, std::ios::beg);
|
in.seekg(pos, std::ios::beg);
|
||||||
if (in.fail())
|
if (in.fail())
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue