Remove superfluous semicolon.

Author: Andres Freund
This commit is contained in:
Andres Freund 2019-07-30 18:29:55 -07:00
parent 652a8947d9
commit 6384e87be2
1 changed files with 1 additions and 1 deletions

View File

@ -1475,6 +1475,6 @@ XLogRecGetFullXid(XLogReaderState *record)
--epoch;
return FullTransactionIdFromEpochAndXid(epoch, xid);
};
}
#endif