summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-06-23 00:09:01 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:13 -0400
commit2a690c7c47a5aef5326303f3d4291a0700fdd1d2 (patch)
tree909031fb7c1b396ab3b44a1e3c83c8300da6cb0b
parentec329bfaaeec7ee8266c0ba2320e99dfd73552fd (diff)
downloadfork-ledger-2a690c7c47a5aef5326303f3d4291a0700fdd1d2.tar.gz
fork-ledger-2a690c7c47a5aef5326303f3d4291a0700fdd1d2.tar.bz2
fork-ledger-2a690c7c47a5aef5326303f3d4291a0700fdd1d2.zip
Removed unused code.
-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;