Merge pull request #58 from mlin/no-stdout

Eliminate stdout message when launching a posix thread.
This commit is contained in:
Kai Liu 2014-02-03 00:38:11 -08:00
commit 87bda51d77

View File

@ -1423,9 +1423,6 @@ class PosixEnv : public Env {
nullptr,
&ThreadPool::BGThreadWrapper,
this));
fprintf(stdout,
"Created bg thread 0x%lx\n",
(unsigned long)t);
// Set the thread name to aid debugging
#if defined(_GNU_SOURCE) && defined(__GLIBC_PREREQ)