From 4114b610aae7ca9c12151fa3ab4c673a6d92884f Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sun, 12 Apr 2020 14:59:25 +0100 Subject: [PATCH] glib: remove unused watcher to align with master --- lib/core/private-lib-core.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/core/private-lib-core.h b/lib/core/private-lib-core.h index f1343836d..c508e91f0 100644 --- a/lib/core/private-lib-core.h +++ b/lib/core/private-lib-core.h @@ -228,9 +228,6 @@ struct lws_signal_watcher { #endif #ifdef LWS_WITH_LIBEVENT struct lws_signal_watcher_libevent event; -#endif -#ifdef LWS_WITH_GLIB - struct lws_signal_watcher_glib glib; #endif struct lws_context *context; };