From: Cameron Moore Date: Tue, 28 Aug 2018 20:45:51 +0000 (-0500) Subject: hugolib: Remove extraneous createStaticFs call X-Git-Tag: v0.49~66 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1ed8c363367c2532014154e91eeade9b3a923f91;p=brevno-suite%2Fhugo hugolib: Remove extraneous createStaticFs call This looks like a copy+paste error. We have the same line a few lines below this call and we actually handle the err value there. --- diff --git a/hugolib/filesystems/basefs.go b/hugolib/filesystems/basefs.go index ad69ddcc..c8d56827 100644 --- a/hugolib/filesystems/basefs.go +++ b/hugolib/filesystems/basefs.go @@ -383,8 +383,6 @@ func (b *sourceFilesystemsBuilder) Build() (*SourceFilesystems, error) { b.result.Resources = sfs - err = b.createStaticFs() - sfs, err = b.createFs(false, true, "", "") if err != nil { return nil, err