(parse_and_report): Removed "files" argument.

This commit is contained in:
John Wiegley 2005-02-01 02:38:46 +00:00
parent a151daddc3
commit 2cc62a4f76

View file

@ -403,7 +403,7 @@ def vmax(d, val):\n\
if (config.use_cache && config.cache_dirty && ! config.cache_file.empty()) {
std::ofstream stream(config.cache_file.c_str());
write_binary_journal(stream, journal.get(), &journal->sources);
write_binary_journal(stream, journal.get());
}
return 0;