mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Remove useless code
This commit is contained in:
committed by
Dennis Klein
parent
882edbbdb8
commit
3c4158addb
@@ -21,16 +21,10 @@ namespace fair::mq
|
||||
|
||||
class Merger : public Device
|
||||
{
|
||||
public:
|
||||
Merger()
|
||||
: fInChannelName("data-in")
|
||||
, fOutChannelName("data-out")
|
||||
{}
|
||||
|
||||
protected:
|
||||
bool fMultipart = true;
|
||||
std::string fInChannelName;
|
||||
std::string fOutChannelName;
|
||||
std::string fInChannelName{"data-in"};
|
||||
std::string fOutChannelName{"data-out"};
|
||||
|
||||
void InitTask() override
|
||||
{
|
||||
|
Reference in New Issue
Block a user