From: VMware, Inc <> Date: Mon, 26 Jul 2010 17:58:01 +0000 (-0700) Subject: Fix the build X-Git-Tag: 2010.07.25-280253~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4261a480d1cec4218cd0a6e08b8011f02895ddfa;p=thirdparty%2Fopen-vm-tools.git Fix the build Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/lock/ul.c b/open-vm-tools/lib/lock/ul.c index 845bf7816..e433ea40a 100644 --- a/open-vm-tools/lib/lock/ul.c +++ b/open-vm-tools/lib/lock/ul.c @@ -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; }