lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5619] Remove a toxic kludge reinstated 20081214T1434Z


From: Greg Chicares
Subject: [lmi-commits] [5619] Remove a toxic kludge reinstated 20081214T1434Z
Date: Tue, 11 Dec 2012 13:59:33 +0000

Revision: 5619
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5619
Author:   chicares
Date:     2012-12-11 13:59:32 +0000 (Tue, 11 Dec 2012)
Log Message:
-----------
Remove a toxic kludge reinstated 20081214T1434Z

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

Modified: lmi/trunk/input_harmonization.cpp
===================================================================
--- lmi/trunk/input_harmonization.cpp   2012-12-10 20:03:17 UTC (rev 5618)
+++ lmi/trunk/input_harmonization.cpp   2012-12-11 13:59:32 UTC (rev 5619)
@@ -162,7 +162,6 @@
 {
     bool anything_goes    = global_settings::instance().ash_nazg();
     bool home_office_only = global_settings::instance().mellon();
-    bool egregious_kludge = global_settings::instance().regression_testing();
 
     bool allow_sep_acct = database_->Query(DB_AllowSepAcct);
     bool allow_gen_acct = database_->Query(DB_AllowGenAcct);
@@ -374,9 +373,6 @@
     // more complicated: it would require inspecting not only the
     // database, but also a rate table.
 
-// TODO ?? Nomen est omen.
-if(!egregious_kludge)
-  {
     UnderwritingClass.allow(mce_ultrapreferred, 
database_->Query(DB_AllowUltraPrefClass));
     UnderwritingClass.allow(mce_preferred     , 
database_->Query(DB_AllowPreferredClass));
 
@@ -416,7 +412,6 @@
     SubstandardTable.allow(mce_table_j, mce_rated == UnderwritingClass);
     SubstandardTable.allow(mce_table_l, mce_rated == UnderwritingClass);
     SubstandardTable.allow(mce_table_p, mce_rated == UnderwritingClass);
-  } // end if(!egregious_kludge)
 
     // Can't have a non-US country multiplier other than unity in a US state.
     bool allow_custom_coi_multiplier =




reply via email to

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