Commit 881dcc3d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove a pseudo-bogus test for pthreads in the manager process.

The subsequent cleanup/separation of .h files makes this test
much less important, and it's not like it is a conclusive or
comprehensive test in the first place.

Fixes	#1230
parent 5121efb3
......@@ -655,7 +655,3 @@ main(int argc, char * const *argv)
(void)VPF_Remove(pfh);
exit(exit_status);
}
#if defined(PTHREAD_CANCELED) || defined(PTHREAD_MUTEX_DEFAULT)
#error "Keep pthreads out of in manager process"
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment