lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 53a8634 4/4: Expunge unused data members


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 53a8634 4/4: Expunge unused data members
Date: Wed, 3 Feb 2021 10:58:54 -0500 (EST)

branch: master
commit 53a8634cbddbfaa8389ec146e3710555a0bcb390
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Expunge unused data members
---
 account_value.hpp | 2 --
 basic_values.hpp  | 1 -
 ihs_basicval.cpp  | 1 -
 3 files changed, 4 deletions(-)

diff --git a/account_value.hpp b/account_value.hpp
index 3dda4b3..62e49a0 100644
--- a/account_value.hpp
+++ b/account_value.hpp
@@ -395,10 +395,8 @@ class LMI_SO AccountValue final
     currency InforceRegLnBal;
     currency InforcePrfLnBal;
     currency InforceCumNoLapsePrem;
-    currency InforceBasis; // CURRENCY !! unused
     currency InforceCumPmts;
     currency InforceTaxBasis;
-    currency InforceLoanBalance; // CURRENCY !! unused
 
     // Intermediate values.
     int      Year;
diff --git a/basic_values.hpp b/basic_values.hpp
index 25668bc..5d71cb2 100644
--- a/basic_values.hpp
+++ b/basic_values.hpp
@@ -334,7 +334,6 @@ class LMI_SO BasicValues
     int                          TermForcedConvDur;
     bool                         TermIsDbFor7702;
     bool                         TermIsDbFor7702A;
-    double                       ExpPerKLimit; // CURRENCY !! may be infinity
     oenum_modal_prem_type        MinPremType;
     oenum_modal_prem_type        TgtPremType;
     bool                         TgtPremFixedAtIssue;
diff --git a/ihs_basicval.cpp b/ihs_basicval.cpp
index 0af78ac..6fd59de 100644
--- a/ihs_basicval.cpp
+++ b/ihs_basicval.cpp
@@ -571,7 +571,6 @@ void BasicValues::SetPermanentInvariants()
     database().query_into(DB_TermIsNotRider       , TermIsNotRider);
     database().query_into(DB_TermForcedConvAge    , TermForcedConvAge);
     database().query_into(DB_TermForcedConvDur    , TermForcedConvDur);
-    database().query_into(DB_ExpSpecAmtLimit      , ExpPerKLimit);
     database().query_into(DB_MinPremType          , MinPremType);
     database().query_into(DB_TgtPremType          , TgtPremType);
     database().query_into(DB_TgtPremFixedAtIssue  , TgtPremFixedAtIssue);



reply via email to

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