diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-25 13:40:14 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:26 -0400 |
commit | 3ba15e81a40d32c1db2f284d55b39a3f3e0f341f (patch) | |
tree | 073a9253273a8fff38625cd690c483d4df7b760f /main.cc | |
parent | 5874af2058d39416fc4fc85899fe95ec106c5cf4 (diff) | |
download | fork-ledger-3ba15e81a40d32c1db2f284d55b39a3f3e0f341f.tar.gz fork-ledger-3ba15e81a40d32c1db2f284d55b39a3f3e0f341f.tar.bz2 fork-ledger-3ba15e81a40d32c1db2f284d55b39a3f3e0f341f.zip |
*** no comment ***
Diffstat (limited to 'main.cc')
-rw-r--r-- | main.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -69,10 +69,8 @@ int parse_and_report(int argc, char * argv[], char * envp[]) config.process_option("file", p); if (const char * p = std::getenv("LEDGER_INIT")) config.process_option("init-file", p); -#if 0 if (const char * p = std::getenv("PRICE_HIST")) config.process_option("price-db", p); -#endif if (const char * p = std::getenv("PRICE_EXP")) config.process_option("price-exp", p); #endif |