diff options
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()); } } |