Drop superfluous check for threads library

This is already checked by our CMake configuration.
This commit is contained in:
Geert Janssens 2020-06-07 00:12:15 +02:00
parent c09ef9eea0
commit 310354d13f

View File

@ -464,9 +464,6 @@ redirect_stdout (void)
Gnucash::CoreApp::CoreApp () Gnucash::CoreApp::CoreApp ()
{ {
#if !defined(G_THREADS_ENABLED) || defined(G_THREADS_IMPL_NONE)
# error "No GLib thread implementation available!"
#endif
#ifdef ENABLE_BINRELOC #ifdef ENABLE_BINRELOC
{ {
GError *binreloc_error = NULL; GError *binreloc_error = NULL;