]> source.dussan.org Git - gitea.git/commit
Removed unnecessary line referencing LFS struct (#4113)
authorInon S <InonS@users.noreply.github.com>
Mon, 4 Jun 2018 18:07:42 +0000 (21:07 +0300)
committerLauris BH <lauris@nix.lv>
Mon, 4 Jun 2018 18:07:42 +0000 (21:07 +0300)
commit1bcabb8b1ed3740bd8d0caa399df664521ccfaa6
tree8ab65663d5fc2abfca97cafbf4b8582da2fc8b66
parentd62bc3362bb0cd932ce4e346ff16f82c1da0f9cc
Removed unnecessary line referencing LFS struct (#4113)

https://github.com/go-gitea/gitea/pull/4035#issuecomment-394286204

@ohwgiles points out that the config section should, in fact, still be in accordance with the "server" struct, which contains the "LFS" struct. I should just remove the line
```
sec = Cfg.Section("LFS")
```
modules/setting/setting.go