removed unused private field maximumFilesize

master
Emanuel Vintila 2017-12-01 13:19:57 +01:00 committed by Nicholas Brown
parent b0dbd91da4
commit 7cb7a5eeda
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ class IpfixFileWriter : public IpfixSender
private:
std::string filenamePrefix;
std::string destinationPath;
//maximum filesize in KiB, i.e. maximumFilesize * 1024 == maximum filesize in bytes
uint32_t maximumFilesize;
};