From 403704293b2a7cef6b0fcf97bd8aec6e4eb1ba5b Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 6 Oct 2023 09:08:38 -0700 Subject: [PATCH] libsysprof: fix unused warning --- src/libsysprof/sysprof-recording.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libsysprof/sysprof-recording.c b/src/libsysprof/sysprof-recording.c index 040c2d7a..38f5a2a6 100644 --- a/src/libsysprof/sysprof-recording.c +++ b/src/libsysprof/sysprof-recording.c @@ -649,7 +649,6 @@ _sysprof_recording_add_file (SysprofRecording *self, const char *path, gboolean compress) { - g_autoptr(GFile) file = NULL; AddFile *add_file; g_return_val_if_fail (SYSPROF_IS_RECORDING (self), NULL);