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);