Skip to content

Commit a646497

Browse files
committed
Remove "Not GlobalCache set" warning
1 parent 3e3aa50 commit a646497

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/GlobalCache.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ object GlobalCache:
2828

2929
object NoGlobalCache extends GlobalCache:
3030
def getOrCreateClassPath(key: AbstractFile, createValue: => ClassPath)(using Context): ClassPath =
31-
report.configurationWarning(em"Not GlobalCache set")
3231
createValue
3332

3433
/** A cache for values associated with files on disk, that invalidates

0 commit comments

Comments
 (0)