remove uneeded default cases
This commit is contained in:
parent
8cb23ca382
commit
5a7de9c0db
1 changed files with 0 additions and 8 deletions
|
@ -175,14 +175,6 @@ feature_ptr ogr_index_featureset<filterT>::next()
|
|||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
default: // unknown
|
||||
{
|
||||
#ifdef MAPNIK_DEBUG
|
||||
std::clog << "OGR Plugin: unknown type_oid=" << type_oid << std::endl;
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
return feature;
|
||||
|
|
Loading…
Add table
Reference in a new issue