From 3434650848e500d605447388ef7e069ee1515b72 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 3 Feb 2009 12:21:54 -0400 Subject: Removed the binary caching code, and the XML, QIF and Gnucash parsers. --- src/main.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index b5896eab..f454313a 100644 --- a/src/main.cc +++ b/src/main.cc @@ -60,7 +60,6 @@ int main(int argc, char * argv[], char * envp[]) // Create the session object, which maintains nearly all state relating to // this invocation of Ledger; and register all known journal parsers. session = new LEDGER_SESSION_T; - register_journal_parsers(*session); set_session_context(session); // Create the report object, which maintains state relating to each -- cgit v1.2.3