]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/file_wrapper.go
Clean up some linter warnings
[rbdr/mobius] / hotline / file_wrapper.go
index f3fd55947d97b8c75403f16c5037b65da2df3060..b55e9f42acf98e5937e3376a5378dd03e881bdcf 100644 (file)
@@ -26,7 +26,6 @@ type fileWrapper struct {
        rsrcPath       string // path to the file resource fork
        infoPath       string // path to the file information fork
        incompletePath string // path to partially transferred temp file
        rsrcPath       string // path to the file resource fork
        infoPath       string // path to the file information fork
        incompletePath string // path to partially transferred temp file
-       saveMetaData   bool   // if true, enables saving of info and resource forks in sidecar files
        infoFork       *FlatFileInformationFork
        ffo            *flattenedFileObject
 }
        infoFork       *FlatFileInformationFork
        ffo            *flattenedFileObject
 }