Skip to content

Commit 9e03197

Browse files
committed
remove unused constructor
1 parent 9526dd8 commit 9e03197

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/importproject.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,6 @@ namespace {
623623
if (condAttr)
624624
mCondition = condAttr;
625625
}
626-
explicit Conditional(std::string condition) : mCondition(std::move(condition)) {}
627626

628627
static void replaceAll(std::string &c, const std::string &from, const std::string &to) {
629628
std::string::size_type pos;

0 commit comments

Comments
 (0)