From f8cb816139ce1635169488bba6344c63824c579f Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 4 Sep 2015 11:06:33 -0700 Subject: [PATCH] ALSA: remove duplicate assert Thanks to Devin Anderson for pointing it out. --- src/alsa.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/alsa.cpp b/src/alsa.cpp index 055efb0..c6406e2 100644 --- a/src/alsa.cpp +++ b/src/alsa.cpp @@ -753,7 +753,6 @@ static void device_thread_run(void *arg) { if (errno == EINTR) continue; assert(errno != EFAULT); - assert(errno != EFAULT); assert(errno != EINVAL); assert(errno == ENOMEM); // Kernel ran out of polling memory.