GNOME Bugzilla – Bug 737370
Unnecessary break statements following a goto
Last modified: 2014-09-25 15:47:33 UTC
Some break statements are unnecessary since they follow a goto and the code flow never gets there. As discussed in https://bugzilla.gnome.org/show_bug.cgi?id=736460
Created attachment 287087 [details] [review] patch Not sure what category to state, have 'style:' now but wondering what it should be.
Comment on attachment 287087 [details] [review] patch Don't know if it needs a category, but "style:" seems as good as anything. A verb nice though (i.e. "Remove ...") And s/goto's/gotos/ :)
Tim! Thanks for the quick reply. Fixing and attaching patch here before merging.
Created attachment 287094 [details] [review] fixed commit message Merged
Comment on attachment 287094 [details] [review] fixed commit message Committed