From e145231a1d24676da07731a3d57a72dbc62c42a4 Mon Sep 17 00:00:00 2001 From: Erik O'Leary Date: Sun, 1 Dec 2013 17:29:28 -0600 Subject: Updated cfg file processing No longer look at deprecated file.cfg, compiler will only look at file.nimrod.cfg --- compiler/nimconf.nim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/nimconf.nim') diff --git a/compiler/nimconf.nim b/compiler/nimconf.nim index 507812d9c..7ec566a01 100644 --- a/compiler/nimconf.nim +++ b/compiler/nimconf.nim @@ -243,11 +243,6 @@ proc LoadConfigs*(cfg: string) = readConfigFile(pd / cfg) if gProjectName.len != 0: - var conffile = changeFileExt(gProjectFull, "cfg") - if conffile != pd / cfg and existsFile(conffile): - readConfigFile(conffile) - rawMessage(warnConfigDeprecated, conffile) - # new project wide config file: readConfigFile(changeFileExt(gProjectFull, "nimrod.cfg")) -- cgit 1.4.1-2-gfad0