After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754377 - videorate: remove unnecessary break statement
videorate: remove unnecessary break statement
Status: RESOLVED DUPLICATE of bug 754054
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-01 06:18 UTC by Vineeth
Modified: 2015-09-01 06:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove unnecessary break (1.22 KB, patch)
2015-09-01 06:19 UTC, Vineeth
none Details | Review

Description Vineeth 2015-09-01 06:18:18 UTC
break statements after goto statement will never be reached and hence should be removed.
Comment 1 Vineeth 2015-09-01 06:19:05 UTC
Created attachment 310392 [details] [review]
remove unnecessary break
Comment 2 Vineeth 2015-09-01 06:51:41 UTC
:) i already had done this..

raised it again by mistake sorry

*** This bug has been marked as a duplicate of bug 754054 ***