diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-07-22 12:56:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 06:56:59 +0200 |
commit | 1c287fb960231366550db35f759b146a9330e73a (patch) | |
tree | 07b0382ffd7cf36bbf7518a7aa3a82146470a730 | |
parent | 9ca646acd4565a72a7115777d58b115787b19b0c (diff) | |
download | Nim-1c287fb960231366550db35f759b146a9330e73a.tar.gz |
remove unused field in ConfigRef (#23875)
follow up https://github.com/nim-lang/Nim/pull/14763
-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 |