From f579e6ddacb08ffeb124a9ec87b7faf7e9683a3c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 May 2012 15:15:54 -0500 Subject: Work around inclusion ordering bug with Xpressive --- src/history.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/history.cc') diff --git a/src/history.cc b/src/history.cc index cf92d096..25335680 100644 --- a/src/history.cc +++ b/src/history.cc @@ -34,9 +34,7 @@ #include #include #include -#if 0 #include -#endif #include "history.h" @@ -583,7 +581,6 @@ private: void commodity_history_impl_t::print_map(std::ostream& out, const datetime_t& moment) { -#if 0 if (moment.is_not_a_date_time()) { write_graphviz(out, price_graph, label_writer(get(vertex_name, price_graph))); @@ -593,7 +590,6 @@ void commodity_history_impl_t::print_map(std::ostream& out, (get(edge_weight, price_graph), pricemap, ratiomap, moment)); write_graphviz(out, fg, label_writer(get(vertex_name, fg))); } -#endif } } // namespace ledger -- cgit v1.2.3