lib/nothread fell out of use a year or so ago,
lib/misc/vthreadBase.c can now tolerate all
threading models.
Thus, this comment is now stale and can be removed.
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
}
if (Atomic_Read(&vthreadBaseGlobals.numThreads) > 1) {
- /*
- * We actually know that there are many binaries that used to link
- * lib/nothread but are multithreaded anyway. This log message and
- * (presently disabled) ASSERT are intended to flush out such usages.
- */
LOG_ONCE(("VThreadBase detected multiple threads.\n"));
- //ASSERT(FALSE);
}
}