From 2a690c7c47a5aef5326303f3d4291a0700fdd1d2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 Jun 2005 00:09:01 +0000 Subject: Removed unused code. --- ofx.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ofx.cc b/ofx.cc index 4dbd7424..2e505558 100644 --- a/ofx.cc +++ b/ofx.cc @@ -10,12 +10,6 @@ namespace ledger { -#define MAX_LINE 1024 - -static char line[MAX_LINE + 1]; -static std::string path; -static unsigned int linenum; - typedef std::map accounts_map; typedef std::pair accounts_pair; -- cgit v1.2.3