]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
DRD: Removed an obsolete comment.
authorBart Van Assche <bvanassche@acm.org>
Tue, 8 Mar 2011 18:32:36 +0000 (18:32 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 8 Mar 2011 18:32:36 +0000 (18:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11611

drd/drd_pthread_intercepts.c

index 1a4ce33aba92bc4f908d9be9ca1dbf9d867b772b..aae0582807321aca2aea08c8490d22c812ef626f 100644 (file)
@@ -415,16 +415,9 @@ int pthread_create_intercept(pthread_t* thread, const pthread_attr_t* attr,
 
    if (ret == 0)
    {
-      /*
-       * Wait until the thread wrapper started.
-       * @todo Find out why some regression tests fail if thread arguments are
-       *   passed via dynamically allocated memory and if the loop below is
-       *   removed.
-       */
+      /* Wait until the thread wrapper started. */
       while (! thread_args_p->wrapper_started)
-      {
          sched_yield();
-      }
    }
 
    VALGRIND_DO_CLIENT_REQUEST(res, -1, VG_USERREQ__DRD_START_NEW_SEGMENT,