lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5686] Remove a duplicative test


From: Greg Chicares
Subject: [lmi-commits] [5686] Remove a duplicative test
Date: Tue, 16 Apr 2013 12:30:14 +0000

Revision: 5686
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5686
Author:   chicares
Date:     2013-04-16 12:30:14 +0000 (Tue, 16 Apr 2013)
Log Message:
-----------
Remove a duplicative test

Modified Paths:
--------------
    lmi/trunk/premium_tax.cpp

Modified: lmi/trunk/premium_tax.cpp
===================================================================
--- lmi/trunk/premium_tax.cpp   2013-04-16 12:15:24 UTC (rev 5685)
+++ lmi/trunk/premium_tax.cpp   2013-04-16 12:30:14 UTC (rev 5686)
@@ -458,18 +458,6 @@
 
     if(strata.premium_tax_is_tiered(tax_state))
         {
-        if(0.0 != z)
-            {
-            fatal_error()
-                << "Premium-tax load is tiered in state "
-                << mc_str(tax_state)
-                << ", but the product database specifies a scalar load of "
-                << z
-                << " instead of zero as expected. Probably the database"
-                << " is incorrect."
-                << LMI_FLUSH
-                ;
-            }
         z = strata.minimum_tiered_premium_tax_rate(tax_state);
         }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]