]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Remove variable assignment without effect
authorTravis Cross <tc@traviscross.com>
Wed, 9 Apr 2014 07:28:25 +0000 (07:28 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 19 Apr 2014 01:49:25 +0000 (01:49 +0000)
commit6f279e52b071b15f59ff7fbc1cdb1fd189355cd7
tree31c3ab1f3923cc2c7d76f794b9fb2d335d686e7d
parent90930d2958e7c353211422b48ba63c831b0d5c97
Remove variable assignment without effect

We're breaking out of the loop here anyway, so setting done to true is
useless.
src/switch_ivr_play_say.c