summaryrefslogtreecommitdiff
path: root/src/ofx.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofx.cc')
-rw-r--r--src/ofx.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ofx.cc b/src/ofx.cc
index d99be262..24be9409 100644
--- a/src/ofx.cc
+++ b/src/ofx.cc
@@ -33,11 +33,8 @@
namespace ledger {
-typedef std::map<const string, account_t *> accounts_map;
-typedef std::pair<const string, account_t *> accounts_pair;
-
-typedef std::map<const string, commodity_t *> commodities_map;
-typedef std::pair<const string, commodity_t *> commodities_pair;
+typedef std::map<const string, account_t *> accounts_map;
+typedef std::map<const string, commodity_t *> commodities_map;
journal_t * curr_journal;
accounts_map ofx_accounts;