From ea2ec79dabf6e03c34a595255d884628c2bcc7ff Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Sun, 8 Sep 2013 00:19:01 -0700 Subject: Get rid of Platform.doLoad method. Since .NET backend got removed this method is a no-op. --- test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala b/test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala index 91868a5683..e4be42ac96 100644 --- a/test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala +++ b/test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala @@ -33,7 +33,6 @@ class SymbolTableForUnitTesting extends SymbolTable { lazy val loaders: SymbolTableForUnitTesting.this.loaders.type = SymbolTableForUnitTesting.this.loaders def platformPhases: List[SubComponent] = Nil val classPath: ClassPath[AbstractFile] = new PathResolver(settings).result - def doLoad(cls: ClassPath[AbstractFile]#ClassRep): Boolean = true def isMaybeBoxed(sym: Symbol): Boolean = ??? def needCompile(bin: AbstractFile, src: AbstractFile): Boolean = ??? def externalEquals: Symbol = ??? -- cgit v1.2.3