lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master a5a3770 1/2: Expunge an unused member functio


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a5a3770 1/2: Expunge an unused member function
Date: Sat, 2 Feb 2019 06:08:10 -0500 (EST)

branch: master
commit a5a37708a20f888bcf9585a0ccd309b0746721c0
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Expunge an unused member function
---
 ledger_invariant.hpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ledger_invariant.hpp b/ledger_invariant.hpp
index 51840fc..35986e2 100644
--- a/ledger_invariant.hpp
+++ b/ledger_invariant.hpp
@@ -57,7 +57,6 @@ class LMI_SO LedgerInvariant
     bool                         IsFullyInitialized()    const;
     int                          GetLength()             const override;
     std::vector<double> const&   GetInforceLives()       const;
-    double                       GetInitAnnLoanDueRate() const;
     std::string const&           GetStatePostalAbbrev()  const;
 
     void CalculateIrrs(Ledger const&);
@@ -435,11 +434,6 @@ inline std::vector<double> const& 
LedgerInvariant::GetInforceLives() const
     return InforceLives;
 }
 
-inline double LedgerInvariant::GetInitAnnLoanDueRate() const
-{
-    return InitAnnLoanDueRate;
-}
-
 inline std::string const& LedgerInvariant::GetStatePostalAbbrev() const
 {
     return StatePostalAbbrev;



reply via email to

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