From 043c00da52efd5b7d9ef15750945ee55e6f78e7a Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:51:37 -0700 Subject: Clean up some linter warnings --- hotline/file_wrapper.go | 1 - 1 file changed, 1 deletion(-) (limited to 'hotline/file_wrapper.go') diff --git a/hotline/file_wrapper.go b/hotline/file_wrapper.go index f3fd559..b55e9f4 100644 --- a/hotline/file_wrapper.go +++ b/hotline/file_wrapper.go @@ -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 - saveMetaData bool // if true, enables saving of info and resource forks in sidecar files infoFork *FlatFileInformationFork ffo *flattenedFileObject } -- cgit