(write_binary_journal): Removed unused "files" parameter.
This commit is contained in:
parent
d1d63be306
commit
d62f9bb9bf
1 changed files with 1 additions and 2 deletions
3
binary.h
3
binary.h
|
|
@ -18,8 +18,7 @@ class binary_parser_t : public parser_t
|
||||||
};
|
};
|
||||||
|
|
||||||
void write_binary_journal(std::ostream& out,
|
void write_binary_journal(std::ostream& out,
|
||||||
journal_t * journal,
|
journal_t * journal);
|
||||||
strings_list * files = NULL);
|
|
||||||
|
|
||||||
} // namespace ledger
|
} // namespace ledger
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue