summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interactive/BuildManager.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/interactive/BuildManager.scala')
-rw-r--r--src/compiler/scala/tools/nsc/interactive/BuildManager.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/interactive/BuildManager.scala b/src/compiler/scala/tools/nsc/interactive/BuildManager.scala
index 921d4dc0e1..a3f76994bc 100644
--- a/src/compiler/scala/tools/nsc/interactive/BuildManager.scala
+++ b/src/compiler/scala/tools/nsc/interactive/BuildManager.scala
@@ -16,7 +16,7 @@ trait BuildManager {
def addSourceFiles(files: Set[AbstractFile])
/** Remove the given files from the managed build process. */
- // def removeFiles(files: Set[AbstractFile])
+ def removeFiles(files: Set[AbstractFile])
/** The given files have been modified by the user. Recompile
* them and their dependent files.