From 96684b72ca367bfd4dbe2e45a9a66c56204eb533 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 4 May 2007 11:41:58 +0000 Subject: Added code for converting ledger::string and boost::date_time to their respective Python counterparts. --- src/utils.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/utils.cc') 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 -- cgit v1.2.3