From 1c287fb960231366550db35f759b146a9330e73a Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:56:59 +0800 Subject: [PATCH] remove unused field in ConfigRef (#23875) follow up https://github.com/nim-lang/Nim/pull/14763 --- compiler/options.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/options.nim b/compiler/options.nim index 975e214416..b442ac5b5d 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