diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2020-06-30 05:01:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 10:01:25 +0200 |
commit | 74d1f2501023805dadca75e402e70ef73a1d5bf7 (patch) | |
tree | a095cc0aa110c42c85e26b42cc9d6fb5f9ebe440 /doc | |
parent | 5c1fa142d64f866d5e9531a4ba542e64d73fc8c8 (diff) | |
download | Nim-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.txt | 1 |
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 |