FairMQChannel: remove artifacts from no longer used optimizations

This commit is contained in:
Alexey Rybalchenko
2020-09-22 10:03:56 +02:00
committed by Dennis Klein
parent e332e20dbd
commit cfa18ccfce
3 changed files with 0 additions and 30 deletions

View File

@@ -372,8 +372,6 @@ class FairMQChannel
bool fIsValid;
bool fMultipart;
bool fModified;
bool fReset;
void CheckSendCompatibility(FairMQMessagePtr& msg)
{
@@ -430,8 +428,6 @@ class FairMQChannel
fTransportFactory = factory;
fTransportType = factory->GetType();
}
auto SetModified(const bool modified) -> void;
};
#endif /* FAIRMQCHANNEL_H_ */