diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2023-06-10 02:09:03 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-10 07:09:03 +0200 |
commit | b2d77619757c73a8b14a8ccf127eaf3e630159cf (patch) | |
tree | 346effaff0b8a9b6bbf702555a2bca10c5a87374 /compiler/options.nim | |
parent | 65c412e3f01bc00f5c6f318edfbfe561ab1bf438 (diff) | |
download | Nim-b2d77619757c73a8b14a8ccf127eaf3e630159cf.tar.gz |
Remove Deprecated Nimfix (#22062)
* Remove Deprecated Nimfix * Trailing whitespace cleanups
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index e78dd72f2..7e9e37384 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -166,7 +166,6 @@ type cmdInteractive # start interactive session cmdNop cmdJsonscript # compile a .json build file - cmdNimfix # old unused: cmdInterpret, cmdDef: def feature (find definition for IDEs) const |