mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof: fix unused warning
This commit is contained in:
@ -649,7 +649,6 @@ _sysprof_recording_add_file (SysprofRecording *self,
|
|||||||
const char *path,
|
const char *path,
|
||||||
gboolean compress)
|
gboolean compress)
|
||||||
{
|
{
|
||||||
g_autoptr(GFile) file = NULL;
|
|
||||||
AddFile *add_file;
|
AddFile *add_file;
|
||||||
|
|
||||||
g_return_val_if_fail (SYSPROF_IS_RECORDING (self), NULL);
|
g_return_val_if_fail (SYSPROF_IS_RECORDING (self), NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user