diff --git a/src/notify.hxx b/src/notify.hxx index 18a134321..47367690e 100644 --- a/src/notify.hxx +++ b/src/notify.hxx @@ -26,12 +26,7 @@ struct notify { Mutex mutex; Cond cond; - bool pending; - -#ifdef __GLIBC__ - constexpr -#endif - notify():pending(false) {} + bool pending = false; /** * Wait for a notification. Return immediately if we have already