From 2d941730b1c60342be5b108d2d654723b3b7c2cb Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Feb 2009 19:55:27 -0400 Subject: Largely removed all of Ledger's use of global variables, for the REPL's sake. --- src/work.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/work.h') diff --git a/src/work.h b/src/work.h index 935db18f..c09766fd 100644 --- a/src/work.h +++ b/src/work.h @@ -56,7 +56,6 @@ void invoke_command_verb(report_t& report, function_t& command, string_iterator args_begin, string_iterator args_end); -void write_binary_cache(session_t& session, journal_t * journal); } // namespace ledger -- cgit v1.2.3