Revert "elf: add docs for symbol dirs"

I found a better approach, so we can remove this.

This reverts commit 660634e988.
This commit is contained in:
Christian Hergert
2017-02-25 21:26:49 -08:00
parent 660634e988
commit 6e0c52c934

View File

@ -323,15 +323,6 @@ sp_elf_symbol_resolver_new (void)
return g_object_new (SP_TYPE_ELF_SYMBOL_RESOLVER, NULL);
}
/**
* sp_elf_symbol_resolver_set_symbol_dirs:
* @self: An #SpElfSymbolResolver
* @symbol_dirs: (element-type utf8 utf8): Mapping of srcdir to dstdir
*
* This allows setting a mapping of source paths to destination paths so that
* the location of the files with debug symbols can accessed during symbol
* resolving.
*/
void
sp_elf_symbol_resolver_set_symbol_dirs (SpElfSymbolResolver *self,
GHashTable *symbol_dirs)