Java: remove a piece of dead code (IJ-CR-113878)

GitOrigin-RevId: 9caacd0f9c41555557683adb45f6e22cba5856cd
This commit is contained in:
Bas Leijdekkers
2023-08-29 16:44:21 +02:00
committed by intellij-monorepo-bot
parent e45e235900
commit 0fbb531c2f

View File

@@ -1376,8 +1376,6 @@ public final class HighlightUtil {
}
return HighlightInfo.newHighlightInfo(HighlightInfoType.ERROR).range(expression).descriptionAndTooltip(message);
}
final HighlightInfo.Builder info1 = checkStringTemplateEscapes(expression, text, level, file, description);
if (info1 != null) return info1;
int rawLength = rawText.length();
StringBuilder chars = new StringBuilder(rawLength);
int[] offsets = new int[rawLength + 1];