mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Remove useless "return;" lines
Discussion: https://postgr.es/m/20191128144653.GA27883@alvherre.pgsql
This commit is contained in:
@@ -529,7 +529,6 @@ void
|
||||
rtoday(date * d)
|
||||
{
|
||||
PGTYPESdate_today(d);
|
||||
return;
|
||||
}
|
||||
|
||||
int
|
||||
@@ -959,7 +958,6 @@ rupshift(char *str)
|
||||
for (; *str != '\0'; str++)
|
||||
if (islower((unsigned char) *str))
|
||||
*str = toupper((unsigned char) *str);
|
||||
return;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user