Remove commented else-block
A warning statement for _string literals_ seems a bit unhelpful.
There's no value in this being here.
[ROCm/clr commit: ec2a6ba446]
This commit is contained in:
@@ -166,10 +166,8 @@ protected:
|
|||||||
FullSourceLoc fullSL(sl, SM);
|
FullSourceLoc fullSL(sl, SM);
|
||||||
insertReplacement(Rep, fullSL);
|
insertReplacement(Rep, fullSL);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
// std::string msg = "the following reference is not handled: '" + name.str() + "' [string literal].";
|
|
||||||
// printHipifyMessage(SM, start, msg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (end == StringRef::npos) {
|
if (end == StringRef::npos) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user