summaryrefslogtreecommitdiffstats
path: root/src/dabInputZmq.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-17 20:21:07 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-17 20:21:07 +0100
commit1dcd6b84bdc2a77547ea75363fe821381cdc39f6 (patch)
treecd285bdd9bbeda1e4c7190f2c859ce0bf4cdc419 /src/dabInputZmq.cpp
parent1e4f917e159bbe50f21b7107d658152b0593e6a1 (diff)
downloaddabmux-1dcd6b84bdc2a77547ea75363fe821381cdc39f6.tar.gz
dabmux-1dcd6b84bdc2a77547ea75363fe821381cdc39f6.tar.bz2
dabmux-1dcd6b84bdc2a77547ea75363fe821381cdc39f6.zip
Remove unused variables
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;