]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Remove stale comment about lib/nothread
authorVMware, Inc <>
Mon, 26 Sep 2011 20:02:43 +0000 (13:02 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Sep 2011 20:02:43 +0000 (13:02 -0700)
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>
open-vm-tools/lib/misc/vthreadBase.c

index 8d9cc4b115afc0c4d8c53ecb1f5b5263e139b2df..64ae08ac44da53c52b93db7fb058350953103cb8 100644 (file)
@@ -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);
    }
 }