remove constant conditional operator

This commit is contained in:
Dennis Luxen 2014-11-20 15:00:49 +01:00
parent 75157221b2
commit 7cb585c1a1

View File

@ -194,8 +194,6 @@ RestrictionParser::TryParse(osmium::Relation &relation) const
case osmium::item_type::relation:
// not yet supported, but who knows what the future holds...
continue;
BOOST_ASSERT(false);
break;
default:
BOOST_ASSERT(false);