Remove unused argument/variable

This commit is contained in:
Audrius Butkevicius
2014-10-04 13:20:07 +01:00
parent 87764445e8
commit 493dc8fcd5
3 changed files with 14 additions and 16 deletions

View File

@@ -442,7 +442,7 @@ func syncthingMain() {
}
}
m := model.NewModel(confDir, &cfg, myName, "syncthing", Version, db)
m := model.NewModel(&cfg, myName, "syncthing", Version, db)
nextFolder:
for i, folder := range cfg.Folders {