unreachable code
authorBenjamin Otte <otte@gnome.org>
Thu, 1 May 2003 20:16:14 +0000 (20:16 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 1 May 2003 20:16:14 +0000 (20:16 +0000)
Original commit message from CVS:
unreachable code

gst/gstscheduler.c

index fe473b5..77590c8 100644 (file)
@@ -705,8 +705,6 @@ gst_scheduler_clock_wait (GstScheduler *sched, GstElement *element,
     return sclass->clock_wait (sched, element, id, jitter);
   else 
     return gst_clock_id_wait (id, jitter);
-
-  return GST_CLOCK_TIMEOUT;
 }
 
 /**