aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2015-05-28 23:02:20 +0200
committerKalle Valo <[email protected]>2015-06-08 11:38:18 +0300
commitf2a800f5be75b0cc9cb436608d96b2703536480a (patch)
tree3452d41b127ae7d5eb4f588c87b29426efcd6080 /scripts/gdb/linux/utils.py
parentc39c4c6abb89d24454b63798ccbae12b538206a5 (diff)
wl1251: drop unneeded goto
Delete jump to a label on the next line, when that label is not used elsewhere. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ identifier l; @@ -if (...) goto l; -l: // </smpl> Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions