remove constant conditional operator
This commit is contained in:
parent
75157221b2
commit
7cb585c1a1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user