Drop superfluous check for threads library

This is already checked by our CMake configuration.
pull/732/head
Geert Janssens 6 years ago
parent c09ef9eea0
commit 310354d13f

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

Loading…
Cancel
Save