libsysprof-analyze: remove unused function

No need for the "peek" variant, so just remove it.
This commit is contained in:
Christian Hergert
2023-06-20 13:39:09 -07:00
parent c86a4e2f03
commit 7595c611d7
2 changed files with 0 additions and 18 deletions

View File

@ -31,8 +31,6 @@ SysprofStrings *sysprof_strings_ref (SysprofStrings *self);
void sysprof_strings_unref (SysprofStrings *self);
GRefString *sysprof_strings_get (SysprofStrings *self,
const char *string);
GRefString *sysprof_strings_lookup (SysprofStrings *self,
const char *string);
#define SYSPROF_STRV_INIT(...) ((const char * const[]){__VA_ARGS__,NULL})