diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-04 11:41:58 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:38 -0400 |
commit | 96684b72ca367bfd4dbe2e45a9a66c56204eb533 (patch) | |
tree | 3e218d1048d5941baa1d1064bc2539ef2df55a45 /src/utils.cc | |
parent | 93096b77f3c03b826c8857e4817ccd1bca52f9ee (diff) | |
download | fork-ledger-96684b72ca367bfd4dbe2e45a9a66c56204eb533.tar.gz fork-ledger-96684b72ca367bfd4dbe2e45a9a66c56204eb533.tar.bz2 fork-ledger-96684b72ca367bfd4dbe2e45a9a66c56204eb533.zip |
Added code for converting ledger::string and boost::date_time to their
respective Python counterparts.
Diffstat (limited to 'src/utils.cc')
-rw-r--r-- | src/utils.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.cc b/src/utils.cc index 59028141..f6d95e36 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -353,7 +353,6 @@ void report_memory(std::ostream& out, bool report_all) } } -#if ! defined(USE_BOOST_PYTHON) string::string() : std::string() { TRACE_CTOR(string, ""); @@ -389,8 +388,6 @@ string::~string() { TRACE_DTOR(string); } -#endif - } // namespace ledger #endif // VERIFY_ON |