summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ofx.cc6
1 files changed, 0 insertions, 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<const std::string, account_t *> accounts_map;
typedef std::pair<const std::string, account_t *> accounts_pair;