From 86f1c8970bfe4e358576e6d439dcb55cd86c3e39 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 25 Feb 2022 12:12:54 +0000 Subject: [PATCH] Cleanup: Removed unused member --- src/format.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/format.h b/src/format.h index 67c938f6..1b518dce 100644 --- a/src/format.h +++ b/src/format.h @@ -40,9 +40,6 @@ typedef struct _format_plugin_tag { format_type_t type; - /* we need to know the mount to report statistics */ - char *mount; - const char *contenttype; char *charset; uint64_t read_bytes;