]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Fix the build
authorVMware, Inc <>
Mon, 26 Jul 2010 17:58:01 +0000 (10:58 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Jul 2010 17:58:01 +0000 (10:58 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/lock/ul.c

index 845bf78160a716a83b32404f1a07e29516845a2f..e433ea40a5b36a0b3ba31e92faa77201f5213983 100644 (file)
@@ -100,8 +100,6 @@ MXUserGetPerThread(void *tid,      // IN: native thread ID
          if (perThread != newEntry) {
             free(newEntry);
          }
-
-         MXUserMaintainMaxTid(tid);  // track the maximum known tid
       } else {
          perThread = NULL;
       }