audio: Simplify audio_bug() removing old code
commitab32b78cd1b3b31950c4332f0fa8b192295d77fd
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 10 Dec 2020 22:35:06 +0000 (10 23:35 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Dec 2020 08:23:14 +0000 (15 09:23 +0100)
treef7186a5eb53fdb0b3c657691d33d3fa5edcf6d3a
parent44ba6039375615135bb82e9094c43a1cbeb75660
audio: Simplify audio_bug() removing old code

This code (introduced in commit 1d14ffa97ea, Oct 2005)
is likely unused since years. Time to remove it.  If
the condition is true, simply call abort().

Suggested-by: Gerd Hoffmann <gerd@kraxel.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20201210223506.263709-1-philmd@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/audio.c