Revert "callgraph: teach callgraph to use alternative symbol roots"

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

This reverts commit 222d0ad53f.
This commit is contained in:
Christian Hergert
2017-02-25 21:27:02 -08:00
parent 6e0c52c934
commit 9c7a31cbf6
4 changed files with 10 additions and 114 deletions

View File

@ -30,9 +30,6 @@ G_DECLARE_FINAL_TYPE (SpCallgraphProfile, sp_callgraph_profile, SP, CALLGRAPH_PR
SpProfile *sp_callgraph_profile_new (void);
SpProfile *sp_callgraph_profile_new_with_selection (SpSelection *selection);
void sp_callgraph_profile_add_symbol_dir (SpCallgraphProfile *selection,
const gchar *path,
const gchar *symbol_dir);
GQuark sp_callgraph_profile_get_tag (SpCallgraphProfile *self,
const gchar *symbol);