mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Remove useless "return;" lines
Discussion: https://postgr.es/m/20191128144653.GA27883@alvherre.pgsql
This commit is contained in:
@@ -43,8 +43,6 @@ generic_desc(StringInfo buf, XLogReaderState *record)
|
||||
else
|
||||
appendStringInfo(buf, "offset %u, length %u", offset, length);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user