bug 1149376 remove no-op assignment of loop terminator variable r=cajbir

--HG--
extra : rebase_source : 9d9fe731ef616a9fbcbcd4844412a6886dd940fd
This commit is contained in:
Karl Tomlinson 2015-03-31 13:52:10 +13:00
parent a1294b7697
commit 5ff9091968

View File

@ -596,7 +596,6 @@ nsresult GStreamerReader::CheckSupportedFormats()
}
case GST_ITERATOR_RESYNC:
unsupported = false;
done = false;
break;
case GST_ITERATOR_ERROR:
done = true;