Skip to content

Commit c201f1e

Browse files
committed
Remove unused method
1 parent eef413e commit c201f1e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/trino-parser/src/main/java/io/trino/sql/SqlFormatter.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,6 @@ private static String formatExpression(Expression expression)
187187
return ExpressionFormatter.formatExpression(expression);
188188
}
189189

190-
/**
191-
* @deprecated Use {@link #formatName(Identifier)} instead.
192-
*/
193-
@Deprecated
194-
@SuppressWarnings("unused")
195-
private static void formatExpression(Identifier identifier) {}
196-
197190
private static class Formatter
198191
extends AstVisitor<Void, Integer>
199192
{

0 commit comments

Comments
 (0)