summaryrefslogtreecommitdiffstats
path: root/src/dabInputZmq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dabInputZmq.cpp')
-rw-r--r--src/dabInputZmq.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dabInputZmq.cpp b/src/dabInputZmq.cpp
index de0a4fe..95446d1 100644
--- a/src/dabInputZmq.cpp
+++ b/src/dabInputZmq.cpp
@@ -198,7 +198,6 @@ int DabInputZmqBase::readFrame(void* buffer, int size)
// Read a MPEG frame from the socket, and push to list
int DabInputZmqMPEG::readFromSocket(int framesize)
{
- int rc;
bool messageReceived;
zmq::message_t msg;
@@ -252,7 +251,6 @@ int DabInputZmqMPEG::readFromSocket(int framesize)
// and push to list
int DabInputZmqAAC::readFromSocket(int framesize)
{
- int rc;
bool messageReceived;
zmq::message_t msg;