remove uneeded default cases
This commit is contained in:
parent
039e850572
commit
74502b9d15
1 changed files with 0 additions and 6 deletions
|
@ -317,12 +317,6 @@ void ogr_datasource::bind() const
|
|||
#endif
|
||||
desc_.add_descriptor(attribute_descriptor(fld_name, mapnik::Object));
|
||||
break;
|
||||
|
||||
default: // unknown
|
||||
#ifdef MAPNIK_DEBUG
|
||||
std::clog << "OGR Plugin: unknown type_oid=" << type_oid << std::endl;
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue