mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
symbol-resolver: remove unused function
This commit is contained in:
@ -25,8 +25,7 @@
|
|||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
char *_sysprof_symbol_resolver_load_file (SysprofCaptureReader *reader,
|
char *_sysprof_symbol_resolver_load_file (SysprofCaptureReader *reader,
|
||||||
const char *path);
|
const char *path);
|
||||||
char **_sysprof_symbol_resolver_guess_debug_dirs (const char *path);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|||||||
@ -185,12 +185,3 @@ _sysprof_symbol_resolver_load_file (SysprofCaptureReader *reader,
|
|||||||
|
|
||||||
return g_steal_pointer (&data);
|
return g_steal_pointer (&data);
|
||||||
}
|
}
|
||||||
|
|
||||||
char **
|
|
||||||
_sysprof_symbol_resolver_guess_debug_dirs (const char *path)
|
|
||||||
{
|
|
||||||
if (path == NULL)
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user