mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
symbol-resolver: remove unused function
This commit is contained in:
@ -25,8 +25,7 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
char *_sysprof_symbol_resolver_load_file (SysprofCaptureReader *reader,
|
||||
const char *path);
|
||||
char **_sysprof_symbol_resolver_guess_debug_dirs (const char *path);
|
||||
char *_sysprof_symbol_resolver_load_file (SysprofCaptureReader *reader,
|
||||
const char *path);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
@ -185,12 +185,3 @@ _sysprof_symbol_resolver_load_file (SysprofCaptureReader *reader,
|
||||
|
||||
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