libsysprof: fix unused warning

This commit is contained in:
Christian Hergert
2023-10-06 09:08:38 -07:00
parent aa66b71d66
commit 403704293b

View File

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