mirror of https://github.com/citusdata/citus.git
Small fixes
parent
d44b1dd99a
commit
0bb5876a87
|
@ -526,8 +526,6 @@ DecrementSharedConnectionCounter(const char *hostname, int port)
|
|||
static void
|
||||
DecrementSharedConnectionCounterInternal(const char *hostname, int port)
|
||||
{
|
||||
|
||||
|
||||
bool workerNodeEntryFound = false;
|
||||
SharedWorkerNodeConnStatsHashKey workerNodeKey = PrepareWorkerNodeHashKey(hostname, port);
|
||||
SharedWorkerNodeConnStatsHashEntry *workerNodeEntry =
|
||||
|
|
Loading…
Reference in New Issue