remove useless return statement

Get rid of:
void foo() {
...
	return;
}
3 files changed