From a087e6ea97494d97580c97705c665cac317a0dc3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Apr 2007 02:55:16 +0000 Subject: Cleared out all warnings; started work on getting Python up again. --- session.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'session.cc') diff --git a/session.cc b/session.cc index e22febdc..5bb17c23 100644 --- a/session.cc +++ b/session.cc @@ -190,6 +190,7 @@ xml::xpath_t::op_t * session_t::lookup(const std::string& name) } // namespace ledger +#if 0 #ifdef USE_BOOST_PYTHON #include @@ -231,3 +232,4 @@ void export_session() } #endif // USE_BOOST_PYTHON +#endif -- cgit v1.2.3