libsysprof: remove dead code

This commit is contained in:
Christian Hergert
2019-05-10 21:14:45 -07:00
parent 297f1b70f5
commit 16bc6f970e
4 changed files with 0 additions and 74 deletions

View File

@ -37,8 +37,5 @@ G_DECLARE_FINAL_TYPE (SysprofProcSource, sysprof_proc_source, SYSPROF, PROC_SOUR
SYSPROF_AVAILABLE_IN_ALL
SysprofSource *sysprof_proc_source_new (void);
SYSPROF_AVAILABLE_IN_ALL
gchar *sysprof_proc_source_get_command_line (GPid pid,
gboolean *is_kernel);
G_END_DECLS