From 0446acc6c413f0c87701549347bf5b789d00bf87 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sat, 27 May 2017 16:55:39 +0100 Subject: [PATCH] Remove compiler warnings. --- DMRGateway.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/DMRGateway.cpp b/DMRGateway.cpp index 055b390..e5407e7 100644 --- a/DMRGateway.cpp +++ b/DMRGateway.cpp @@ -520,9 +520,6 @@ int CDMRGateway::run() if (rewritten) { unsigned int slotNo = data.getSlotNo(); - unsigned int dstId = data.getDstId(); - FLCO flco = data.getFLCO(); - if (status[slotNo] == DMRGWS_NONE || status[slotNo] == DMRGWS_DMRNETWORK1) { m_repeater->write(data); status[slotNo] = DMRGWS_DMRNETWORK1; @@ -547,9 +544,6 @@ int CDMRGateway::run() if (rewritten) { unsigned int slotNo = data.getSlotNo(); - unsigned int dstId = data.getDstId(); - FLCO flco = data.getFLCO(); - if (status[slotNo] == DMRGWS_NONE || status[slotNo] == DMRGWS_DMRNETWORK2) { m_repeater->write(data); status[slotNo] = DMRGWS_DMRNETWORK2;