Remove unused argument/variable
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user