Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef56f16

Browse files
committedMar 24, 2024
Drop unused interpolator
1 parent b417933 commit ef56f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/src/dotty/tools/dotc/reporting/messages.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3162,7 +3162,7 @@ extends Message(UnusedSymbolID) {
31623162

31633163
override def actions(using Context) = _actions
31643164
override def msg(using Context) = _msg
3165-
override def explain(using Context) = i""
3165+
override def explain(using Context) = ""
31663166
}
31673167

31683168
object UnusedSymbol {

0 commit comments

Comments
 (0)
Please sign in to comment.