1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Remove dead function prototype

It was added in commit efc16ea5, but never defined.
This commit is contained in:
Heikki Linnakangas 2014-11-26 11:04:33 +02:00
parent e6f0a48a60
commit 1812ee5767

View File

@ -526,8 +526,6 @@ extern void RemoveFromWaitQueue(PGPROC *proc, uint32 hashcode);
extern Size LockShmemSize(void);
extern LockData *GetLockStatusData(void);
extern void ReportLockTableError(bool report);
typedef struct xl_standby_lock
{
TransactionId xid; /* xid of holder of AccessExclusiveLock */