From 3909d2678ede154f9a7fe19617973d4daa173c47 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Oct 2009 04:50:07 -0400 Subject: Removed most #if 0 blocks and callout comments --- src/commodity.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/commodity.cc') diff --git a/src/commodity.cc b/src/commodity.cc index 54cb02d6..de529ac4 100644 --- a/src/commodity.cc +++ b/src/commodity.cc @@ -360,12 +360,6 @@ optional if (! commodity) { if (histories.size() > 1) return none; -#if 0 - // jww (2008-09-20): Document which option switch to use here - throw_(commodity_error, - _("Cannot determine price history: " - "prices known for multiple commodities (use -x)")); -#endif comm = (*histories.begin()).first; } else { comm = &(*commodity); -- cgit v1.2.3