removed unused private field ipfixCollector

master
Emanuel Vintila 2017-12-01 16:16:28 +01:00 committed by Nicholas Brown
parent 8f5634748b
commit 795d3b47a8
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,6 @@
IpfixReceiverFileCfg::IpfixReceiverFileCfg(XMLElement* elem)
: CfgHelper<IpfixCollector,IpfixReceiverFileCfg>(elem, "ipfixReceiverFile"),
ipfixCollector(NULL),
packetFileBasename("ipfix.dump"),
packetFileDirectory("./"),
c_from(0),

View File

@ -39,8 +39,7 @@ public:
bool deriveFrom(IpfixReceiverFileCfg* old);
private:
IpfixCollector* ipfixCollector;
uint16_t observationDomainId;
uint16_t observationDomainId;
std::string packetFileBasename;
std::string packetFileDirectory;
int c_from;