From: VMware, Inc <> Date: Mon, 26 Sep 2011 20:02:43 +0000 (-0700) Subject: Remove stale comment about lib/nothread X-Git-Tag: 2011.09.23-491607~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ba53c4123cdc42de238ec3d098abef091e5c7ac;p=thirdparty%2Fopen-vm-tools.git Remove stale comment about lib/nothread 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 --- diff --git a/open-vm-tools/lib/misc/vthreadBase.c b/open-vm-tools/lib/misc/vthreadBase.c index 8d9cc4b11..64ae08ac4 100644 --- a/open-vm-tools/lib/misc/vthreadBase.c +++ b/open-vm-tools/lib/misc/vthreadBase.c @@ -1022,13 +1022,7 @@ VThreadBaseSimpleNoID(void) } 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); } }