summaryrefslogtreecommitdiff
path: root/tagstats
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-07-14 22:27:06 +0200
committerJochen Topf <jochen@topf.org>2012-07-14 22:27:06 +0200
commitc3f9e2cf18ae1f6cb75b6d9c136ccfeb4271a14a (patch)
tree4319addca24c9f71b07fdc70d068a6ca84495551 /tagstats
parent6ccd712b65cfe5374ecbfdaf984c002d7a6ac594 (diff)
downloadtaginfo-c3f9e2cf18ae1f6cb75b6d9c136ccfeb4271a14a.tar
taginfo-c3f9e2cf18ae1f6cb75b6d9c136ccfeb4271a14a.tar.gz
Removed call to Osmium::init() which is not needed in the current Osmium version
Diffstat (limited to 'tagstats')
-rw-r--r--tagstats/tagstats.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tagstats/tagstats.cpp b/tagstats/tagstats.cpp
index bacdfdc..01f2976 100644
--- a/tagstats/tagstats.cpp
+++ b/tagstats/tagstats.cpp
@@ -144,8 +144,6 @@ int main(int argc, char *argv[]) {
}
}
- Osmium::init(debug);
-
if (argc - optind != 2) {
std::cerr << "Usage: " << argv[0] << " [OPTIONS] OSMFILE DATABASE" << std::endl;
exit(1);