Commit baabf051 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Silence compiler warning about undefined function when compiling without

assertions.
parent 05d93c38
......@@ -71,7 +71,9 @@ static bool announce_next_takeover = true;
static void SyncRepQueueInsert(void);
static int SyncRepGetStandbyPriority(void);
#ifdef USE_ASSERT_CHECKING
static bool SyncRepQueueIsOrderedByLSN(void);
#endif
/*
* ===========================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment