We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098f5f8 commit 1676d38Copy full SHA for 1676d38
1 file changed
include/osmium/area/assembler_config.hpp
@@ -124,15 +124,6 @@ namespace osmium {
124
125
AssemblerConfig() noexcept = default;
126
127
- /**
128
- * Constructor
129
- * @deprecated Use default constructor and set values afterwards.
130
- */
131
- explicit AssemblerConfig(ProblemReporter* pr, bool d = false) :
132
- problem_reporter(pr),
133
- debug_level(d) {
134
- }
135
-
136
}; // struct AssemblerConfig
137
138
} // namespace area
0 commit comments