Remove commented else-block

A warning statement for _string literals_ seems a bit unhelpful.
There's no value in this being here.


[ROCm/hip commit: 20871a3a07]
Tento commit je obsažen v:
Chris Kitching
2017-10-26 04:30:38 +01:00
rodič 05699e3779
revize 54f786583b
+1 -3
Zobrazit soubor
@@ -166,10 +166,8 @@ protected:
FullSourceLoc fullSL(sl, SM);
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) {
break;
}