diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-15 05:43:53 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:51 -0400 |
commit | ff43b1d135c3a1e43ed59d8d484e04f2ccffb3ee (patch) | |
tree | e2a6134051bc89a991e47076fef44ce9dfe378db /src/xpath.cc | |
parent | 3244c693f8db9afb1845f5e6de3cb1807e68003d (diff) | |
download | fork-ledger-ff43b1d135c3a1e43ed59d8d484e04f2ccffb3ee.tar.gz fork-ledger-ff43b1d135c3a1e43ed59d8d484e04f2ccffb3ee.tar.bz2 fork-ledger-ff43b1d135c3a1e43ed59d8d484e04f2ccffb3ee.zip |
Started working on an XPath visitor class
Diffstat (limited to 'src/xpath.cc')
-rw-r--r-- | src/xpath.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xpath.cc b/src/xpath.cc index 6efa214a..4a20e402 100644 --- a/src/xpath.cc +++ b/src/xpath.cc @@ -2150,8 +2150,6 @@ void xpath_t::op_t::dump(std::ostream& out, const int depth) const } else { assert(! right()); } - } else { - assert(! left()); } } |