Skip to content

Commit 754e785

Browse files
authored
Update tools/projmgr/src/ProjMgr.cpp
1 parent b1aa561 commit 754e785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/projmgr/src/ProjMgr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,6 @@ bool ProjMgr::ValidateCreatedFor(const string& createdFor) {
12461246
if (VersionCmp::RangeCompare(version, currentVersion + ":" + currentVersion) <= 0) {
12471247
return true;
12481248
} else {
1249-
const string msg = "'created-for' node in file " + m_csolutionFile + " specifies a minimum version "
12501249
const string msg = "'created-for' in file " + m_csolutionFile + " specifies a minimum version "
12511250
+ version + "(current version " + currentVersion + ")";
12521251
if (m_rpcMode) {

0 commit comments

Comments
 (0)