Skip to content

Commit b108605

Browse files
committed
options_t isn't a virtual class
1 parent dab2049 commit b108605

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/options.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ options_t::options_t()
295295
}
296296
}
297297

298-
options_t::~options_t() {}
299-
300298
static osmium::Box parse_bbox(char const *bbox)
301299
{
302300
double minx, maxx, miny, maxy;

src/options.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ struct options_t
4545
* Parse the options from the command line
4646
*/
4747
options_t(int argc, char *argv[]);
48-
virtual ~options_t();
4948

5049
std::string prefix{"planet_osm"}; ///< prefix for table names
5150
std::shared_ptr<reprojection> projection; ///< SRS of projection

0 commit comments

Comments
 (0)