summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-06-30 05:01:25 -0300
committerGitHub <noreply@github.com>2020-06-30 10:01:25 +0200
commit74d1f2501023805dadca75e402e70ef73a1d5bf7 (patch)
treea095cc0aa110c42c85e26b42cc9d6fb5f9ebe440 /doc
parent5c1fa142d64f866d5e9531a4ba542e64d73fc8c8 (diff)
downloadNim-74d1f2501023805dadca75e402e70ef73a1d5bf7.tar.gz
Clean out oldast (#14837)
* Clean out old Deprecated CLI switch
* Update to remove --oldast CLI option
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 588d4eece..f5b8c9ec9 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -105,7 +105,6 @@ Advanced options:
                             backwards compatibility
   --seqsv2:on|off           use the new string/seq implementation based on
                             destructors
-  --oldast:on|off           use old AST for backwards compatibility
   --skipCfg:on|off          do not read the nim installation's configuration file
   --skipUserCfg:on|off      do not read the user's configuration file
   --skipParentCfg:on|off    do not read the parent dirs' configuration files