From 6815aac361180be49f671c2a39106c723a861247 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 17 Jul 2008 17:44:26 -0400 Subject: [PATCH] Removed unnecessary assert. --- amount.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/amount.cc b/amount.cc index 4f07b0b0..69d26477 100644 --- a/amount.cc +++ b/amount.cc @@ -1830,7 +1830,6 @@ bool compare_amount_commodities::operator()(const amount_t * left, // The two annotated commodities don't differ enough to matter. This // should make this identical. - assert(0); return true; } }