]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of bogus vg_assert(VG_(bbs_done) < 1000000);
authorJulian Seward <jseward@acm.org>
Wed, 17 Apr 2002 19:40:49 +0000 (19:40 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 17 Apr 2002 19:40:49 +0000 (19:40 +0000)
intended to test previous commit.  Duh.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@93

coregrind/vg_scheduler.c
vg_scheduler.c

index b2aa9dda58fc886e2fb53b19f11db142139c928a..6e354e28432e3280412e1730deb692258ab1f109 100644 (file)
@@ -1101,7 +1101,7 @@ VgSchedReturnCode VG_(scheduler) ( void )
          VG_(message)(Vg_DebugMsg, "thread %d:  %ld bbs, event %s", 
                                    tid, VG_(bbs_done),
                                    name_of_sched_event(trc) );
-      vg_assert(VG_(bbs_done) < 1000000);
+
       /* Examine the thread's return code to figure out why it
          stopped, and handle requests. */
 
index b2aa9dda58fc886e2fb53b19f11db142139c928a..6e354e28432e3280412e1730deb692258ab1f109 100644 (file)
@@ -1101,7 +1101,7 @@ VgSchedReturnCode VG_(scheduler) ( void )
          VG_(message)(Vg_DebugMsg, "thread %d:  %ld bbs, event %s", 
                                    tid, VG_(bbs_done),
                                    name_of_sched_event(trc) );
-      vg_assert(VG_(bbs_done) < 1000000);
+
       /* Examine the thread's return code to figure out why it
          stopped, and handle requests. */