mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-05 04:06:31 -05:00
alsa: remove debug code
This commit is contained in:
parent
2537374770
commit
dce6af5fef
1 changed files with 0 additions and 2 deletions
|
|
@ -1920,8 +1920,6 @@ const char* pa_alsa_strerror(int errnum) {
|
|||
if ((t = PA_STATIC_TLS_GET(cstrerror)))
|
||||
pa_xfree(t);
|
||||
|
||||
errnum = EINVAL;
|
||||
PA_DEBUG_TRAP;
|
||||
original = snd_strerror(errnum);
|
||||
|
||||
if (!original) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue