gst-inspect: remove dead assignment
authorEdward Hervey <bilboed@bilboed.com>
Sat, 4 Apr 2009 12:42:04 +0000 (14:42 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 4 Apr 2009 12:42:04 +0000 (14:42 +0200)
commit5142a046562fb9c257c70771c620211df6f38af5
tree8d7f2937912e5e472b3bb4bff92832603db863ff
parent9e4fa4365704c0ca76899d74e8bf75c3ae67b57a
gst-inspect: remove dead assignment

first_flag will be either:
* rewritten without being read if we loop again (line 284)
* not read again if we don't loop
tools/gst-inspect.c