diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-08-13 10:48:06 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-08-13 10:48:06 +0200 |
commit | f0a767b8059abe113f422fdbe0a29e9c00a9945f (patch) | |
tree | 3e51a03a8db09d00f314529040b70535c498cef5 /src/InputReader.h | |
parent | a5c50a4f262f0a880734623f79d4dc2f1aa8a0a2 (diff) | |
download | dabmod-f0a767b8059abe113f422fdbe0a29e9c00a9945f.tar.gz dabmod-f0a767b8059abe113f422fdbe0a29e9c00a9945f.tar.bz2 dabmod-f0a767b8059abe113f422fdbe0a29e9c00a9945f.zip |
Add missing includes, remove unused m_to_drop
Diffstat (limited to 'src/InputReader.h')
-rw-r--r-- | src/InputReader.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/InputReader.h b/src/InputReader.h index 1a63cea..ab45d4f 100644 --- a/src/InputReader.h +++ b/src/InputReader.h @@ -201,14 +201,6 @@ class InputZeroMQReader : public InputReader, public RemoteControllable zmq::context_t m_zmqcontext; // is thread-safe std::thread m_recv_thread; - - /* We must be careful to keep frame phase consistent. If we - * drop a single ETI frame, we will break the transmission - * frame vs. ETI frame phase. - * - * Here we keep track of how many ETI frames we must drop. - */ - int m_to_drop = 0; }; #endif |