PY-73911: Delete hardly used three-argument createStringLiteralFromString

GitOrigin-RevId: 0c796ca5ccf8be2c5ac42f2eda80acaf12b770db
This commit is contained in:
Vladimir Lezhnev
2024-07-29 13:53:13 +02:00
committed by intellij-monorepo-bot
parent 3bcabcf4a0
commit 279d23bd2a
2 changed files with 1 additions and 11 deletions

View File

@@ -40,9 +40,6 @@ public abstract class PyElementGenerator extends PyAstElementGenerator {
@NotNull String unescaped,
boolean preferUTF8, boolean preferDoubleQuotes);
public abstract PyStringLiteralExpression createStringLiteralFromString(@Nullable PsiFile destination, String unescaped,
boolean preferUTF8);
public abstract PyStringLiteralExpression createStringLiteralFromString(@NotNull String unescaped, boolean preferDoubleQuotes);
public abstract PyStringLiteralExpression createStringLiteralFromString(@NotNull String unescaped);