ges-launch: remove dead code
authorTim-Philipp Müller <tim@centricular.com>
Mon, 5 May 2014 10:58:45 +0000 (11:58 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 5 May 2014 10:58:45 +0000 (11:58 +0100)
commit10820bd41d400c8cd206ca27ddf304a116563ca3
tree9275a388ffb75b62c6b05b52cfc9c8ec3641444c
parent726c13d34ffbab5520476e11d2adc59ade77542a
ges-launch: remove dead code

duration can't be smaller than 0 because it's unsigned,
and it can't be 0 because 0 is transformed to CLOCK_TIME_NONE
earlier.

Coverity CID 1211822.
tools/ges-launch.c