mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
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:
parent
3deaa2b0df
commit
2738bb4cb7
2 changed files with 0 additions and 8 deletions
|
|
@ -785,12 +785,6 @@ const char *pw_get_host_name(void)
|
|||
return hname;
|
||||
}
|
||||
|
||||
SPA_EXPORT
|
||||
bool pw_in_valgrind(void)
|
||||
{
|
||||
return global_support.in_valgrind;
|
||||
}
|
||||
|
||||
bool
|
||||
pw_should_dlclose(void)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -72,8 +72,6 @@ pw_get_host_name(void);
|
|||
const char *
|
||||
pw_get_client_name(void);
|
||||
|
||||
bool pw_in_valgrind(void);
|
||||
|
||||
bool pw_check_option(const char *option, const char *value);
|
||||
|
||||
enum pw_direction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue