Cosmetics: Reduces the static analysis warnings

This commit is contained in:
Felipe Zimmerle
2016-12-28 17:46:47 -03:00
parent 9c7416da97
commit 88fb456a16
12 changed files with 37 additions and 41 deletions

View File

@@ -49,7 +49,6 @@ class Serial : public Writer {
bool write(Transaction *transaction, int parts,
std::string *error) override;
private:
void generateBoundary(std::string *boundary);
};