Remove useless code

This commit is contained in:
Alexey Rybalchenko
2021-05-28 12:44:27 +02:00
committed by Dennis Klein
parent 882edbbdb8
commit 3c4158addb
38 changed files with 51 additions and 158 deletions

View File

@@ -24,9 +24,6 @@ namespace fair::mq
class Sink : public Device
{
public:
Sink() = default;
protected:
bool fMultipart = false;
uint64_t fMaxIterations = 0;