mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
Cleanup
This commit is contained in:
@@ -396,8 +396,6 @@ proc processSwitch*(switch, arg: string, pass: TCmdLinePass, info: TLineInfo;
|
||||
var
|
||||
key, val: string
|
||||
case switch.normalize
|
||||
of "input", "i": # PRTEMP
|
||||
expectArg(conf, switch, arg, pass, info)
|
||||
of "path", "p":
|
||||
expectArg(conf, switch, arg, pass, info)
|
||||
for path in nimbleSubs(conf, arg):
|
||||
|
||||
Reference in New Issue
Block a user