lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 60d683a 5/5: Expunge obsolete members


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 60d683a 5/5: Expunge obsolete members
Date: Mon, 15 Mar 2021 11:03:45 -0400 (EDT)

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

    Expunge obsolete members
---
 i7702.cpp | 10 ----------
 i7702.hpp | 10 ----------
 2 files changed, 20 deletions(-)

diff --git a/i7702.cpp b/i7702.cpp
index dbc05ce..ce856a3 100644
--- a/i7702.cpp
+++ b/i7702.cpp
@@ -276,11 +276,6 @@ i7702::i7702
     ,ig_usual_ (length_)
     ,ig_glp_   (length_)
     ,ig_gsp_   (length_)
-    // 7702 !! Obsolescent.
-    ,ig_       (length_)
-    ,gross_    (length_)
-    ,net_glp_  (length_)
-    ,net_gsp_  (length_)
 {
     // 7702 !! Should 'C*' members be scalar--first year only?
 
@@ -362,11 +357,6 @@ i7702::i7702
     LMI_ASSERT(no_naar_discount || mm < tolerance);
 
     initialize();
-    // 7702 !! Temporarily assign new results to old member variables.
-    gross_   = ic_usual_;
-    net_glp_ = ic_glp_  ;
-    net_gsp_ = ic_gsp_  ;
-    ig_      = ig_usual_;
 }
 
 void i7702::initialize()
diff --git a/i7702.hpp b/i7702.hpp
index 05e6406..156878f 100644
--- a/i7702.hpp
+++ b/i7702.hpp
@@ -51,11 +51,6 @@ class LMI_SO i7702 final
     std::vector<double> const& ig_usual() const {return ig_usual_;}
     std::vector<double> const& ig_glp  () const {return ig_glp_  ;}
     std::vector<double> const& ig_gsp  () const {return ig_gsp_  ;}
-    // 7702 !! Obsolescent.
-    std::vector<double> const& ig     () const {return ig_;     }
-    std::vector<double> const& gross  () const {return gross_;  }
-    std::vector<double> const& net_glp() const {return net_glp_;}
-    std::vector<double> const& net_gsp() const {return net_gsp_;}
 
   private:
     // Private ctor for unit test.
@@ -121,11 +116,6 @@ class LMI_SO i7702 final
     std::vector<double> ig_usual_;
     std::vector<double> ig_glp_  ;
     std::vector<double> ig_gsp_  ;
-    // 7702 !! Obsolescent.
-    std::vector<double> ig_     ;
-    std::vector<double> gross_  ;
-    std::vector<double> net_glp_;
-    std::vector<double> net_gsp_;
 };
 
 #endif // i7702_hpp



reply via email to

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