diff options
Diffstat (limited to 'compiler/nimconf.nim')
-rw-r--r-- | compiler/nimconf.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/nimconf.nim b/compiler/nimconf.nim index 04903e690..1bc2c27e3 100644 --- a/compiler/nimconf.nim +++ b/compiler/nimconf.nim @@ -253,7 +253,3 @@ proc loadConfigs*(cfg: string; cache: IdentCache; conf: ConfigRef) = if not fileExists(projectConfig): projectConfig = changeFileExt(conf.projectFull, "nim.cfg") readConfigFile(projectConfig, cache, conf) - -proc loadConfigs*(cfg: string; conf: ConfigRef) = - # for backwards compatibility only. - loadConfigs(cfg, newIdentCache(), conf) |