From ff43b1d135c3a1e43ed59d8d484e04f2ccffb3ee Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 15 May 2007 05:43:53 +0000 Subject: Started working on an XPath visitor class --- src/xpath.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/xpath.cc') 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()); } } -- cgit v1.2.3