There was an error while loading. Please reload this page.
1 parent 9526dd8 commit 9e03197Copy full SHA for 9e03197
1 file changed
lib/importproject.cpp
@@ -623,7 +623,6 @@ namespace {
623
if (condAttr)
624
mCondition = condAttr;
625
}
626
- explicit Conditional(std::string condition) : mCondition(std::move(condition)) {}
627
628
static void replaceAll(std::string &c, const std::string &from, const std::string &to) {
629
std::string::size_type pos;
0 commit comments