pipewire: remove pw_in_valgrind()

This function is very much orthogonal in function to the usual
features provided by pipewire, and there does not seem to be any
3rd party users based on Debian Code Search and GitHub.
So let's remove it before any 3rd party users start depending on
pipewire for their valgrind detection.
This commit is contained in:
Barnabás Pőcze 2023-11-22 22:53:07 +01:00
parent 3deaa2b0df
commit 2738bb4cb7
2 changed files with 0 additions and 8 deletions

View file

@ -785,12 +785,6 @@ const char *pw_get_host_name(void)
return hname; return hname;
} }
SPA_EXPORT
bool pw_in_valgrind(void)
{
return global_support.in_valgrind;
}
bool bool
pw_should_dlclose(void) pw_should_dlclose(void)
{ {

View file

@ -72,8 +72,6 @@ pw_get_host_name(void);
const char * const char *
pw_get_client_name(void); pw_get_client_name(void);
bool pw_in_valgrind(void);
bool pw_check_option(const char *option, const char *value); bool pw_check_option(const char *option, const char *value);
enum pw_direction enum pw_direction