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:
|
case osmium::item_type::relation:
|
||||||
// not yet supported, but who knows what the future holds...
|
// not yet supported, but who knows what the future holds...
|
||||||
continue;
|
continue;
|
||||||
BOOST_ASSERT(false);
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
BOOST_ASSERT(false);
|
BOOST_ASSERT(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user