Skip to content

Commit 879af8d

Browse files
committed
Fixup: Drop unused val
1 parent c7d8b49 commit 879af8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/core/TypeErrors.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ class CyclicReference private (val denot: SymDenotation) extends TypeError {
114114
val unsafeFlags = cycleSym.flagsUNSAFE
115115
val isMethod = unsafeFlags.is(Method)
116116
val isVal = !isMethod && cycleSym.isTerm
117-
val isImplicit = unsafeFlags.is(Implicit)
118117

119118
/* This CyclicReference might have arisen from asking for `m`'s type while trying to infer it.
120119
* To try to diagnose this, walk the context chain searching for context in

0 commit comments

Comments
 (0)