mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove useless "return;" lines
Discussion: https://postgr.es/m/20191128144653.GA27883@alvherre.pgsql
This commit is contained in:
@ -94,8 +94,6 @@ prepare_room(MBuf *mbuf, int block_len)
|
||||
mbuf->data_end = newbuf + (mbuf->data_end - mbuf->data);
|
||||
mbuf->read_pos = newbuf + (mbuf->read_pos - mbuf->data);
|
||||
mbuf->data = newbuf;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user