diff options
-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 975e21441..b442ac5b5 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -368,7 +368,6 @@ type arguments*: string ## the arguments to be passed to the program that ## should be run ideCmd*: IdeCmd - oldNewlines*: bool cCompiler*: TSystemCC # the used compiler modifiedyNotes*: TNoteKinds # notes that have been set/unset from either cmdline/configs cmdlineNotes*: TNoteKinds # notes that have been set/unset from cmdline |