summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/settings
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-09-02 14:44:56 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-09-23 15:43:50 +1000
commit9f8961c58a01e83cf4bc782ac03dd9919983ce30 (patch)
tree07e7cea7780ddf2583b89db2440e488974a6c609 /src/compiler/scala/tools/nsc/settings
parentdf704ef7389ff6265afc1278783489ee97ee4ce7 (diff)
downloadscala-9f8961c58a01e83cf4bc782ac03dd9919983ce30.tar.gz
scala-9f8961c58a01e83cf4bc782ac03dd9919983ce30.tar.bz2
scala-9f8961c58a01e83cf4bc782ac03dd9919983ce30.zip
Remove the old REPL tab completion implementation
We kept it around behind an option in 2.11.x, but we can jettison it in 2.12.x.
Diffstat (limited to 'src/compiler/scala/tools/nsc/settings')
-rw-r--r--src/compiler/scala/tools/nsc/settings/ScalaSettings.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala b/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
index 70170d9e97..a9ec8c7b30 100644
--- a/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
+++ b/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
@@ -172,7 +172,6 @@ trait ScalaSettings extends AbsScalaSettings
val YconstOptimization = BooleanSetting ("-Yconst-opt", "Perform optimization with constant values.")
val Ycompacttrees = BooleanSetting ("-Ycompact-trees", "Use compact tree printer when displaying trees.")
val noCompletion = BooleanSetting ("-Yno-completion", "Disable tab-completion in the REPL.")
- val completion = ChoiceSetting ("-Ycompletion", "provider", "Select tab-completion in the REPL.", List("pc","adhoc","none"), "pc")
val Xdce = BooleanSetting ("-Ydead-code", "Perform dead code elimination.")
val debug = BooleanSetting ("-Ydebug", "Increase the quantity of debugging output.")
//val doc = BooleanSetting ("-Ydoc", "Generate documentation")