Removed unused code.
This commit is contained in:
parent
ec329bfaae
commit
2a690c7c47
1 changed files with 0 additions and 6 deletions
6
ofx.cc
6
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue