mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Remove useless "return;" lines
Discussion: https://postgr.es/m/20191128144653.GA27883@alvherre.pgsql
This commit is contained in:
@ -313,8 +313,6 @@ j2date(int jd, int *year, int *month, int *day)
|
||||
quad = julian * 2141 / 65536;
|
||||
*day = julian - 7834 * quad / 256;
|
||||
*month = (quad + 10) % MONTHS_PER_YEAR + 1;
|
||||
|
||||
return;
|
||||
} /* j2date() */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user