lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 26288da 3/5: Expunge four unused footnotes


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 26288da 3/5: Expunge four unused footnotes
Date: Wed, 15 Apr 2020 19:26:53 -0400 (EDT)

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

    Expunge four unused footnotes
---
 ledger_invariant.cpp      | 4 ----
 ledger_invariant.hpp      | 4 ----
 ledger_invariant_init.cpp | 4 ----
 product_data.cpp          | 4 ----
 product_data.hpp          | 4 ----
 5 files changed, 20 deletions(-)

diff --git a/ledger_invariant.cpp b/ledger_invariant.cpp
index e3eb7d7..f9c001b 100644
--- a/ledger_invariant.cpp
+++ b/ledger_invariant.cpp
@@ -329,10 +329,6 @@ void LedgerInvariant::Alloc(int len)
     Strings["ImprimaturInforce"             ] = &ImprimaturInforce             
;
     Strings["ImprimaturInforceComposite"    ] = &ImprimaturInforceComposite    
;
     Strings["StateMarketingImprimatur"      ] = &StateMarketingImprimatur      
;
-    Strings["InforceNonGuaranteedFootnote0" ] = &InforceNonGuaranteedFootnote0 
;
-    Strings["InforceNonGuaranteedFootnote1" ] = &InforceNonGuaranteedFootnote1 
;
-    Strings["InforceNonGuaranteedFootnote2" ] = &InforceNonGuaranteedFootnote2 
;
-    Strings["InforceNonGuaranteedFootnote3" ] = &InforceNonGuaranteedFootnote3 
;
     Strings["NonGuaranteedFootnote"         ] = &NonGuaranteedFootnote         
;
     Strings["NonGuaranteedFootnote1"        ] = &NonGuaranteedFootnote1        
;
     Strings["NonGuaranteedFootnote1Tx"      ] = &NonGuaranteedFootnote1Tx      
;
diff --git a/ledger_invariant.hpp b/ledger_invariant.hpp
index 239fdc9..4fedb3d 100644
--- a/ledger_invariant.hpp
+++ b/ledger_invariant.hpp
@@ -339,10 +339,6 @@ class LMI_SO LedgerInvariant final
     std::string ImprimaturInforce;
     std::string ImprimaturInforceComposite;
     std::string StateMarketingImprimatur;
-    std::string InforceNonGuaranteedFootnote0;
-    std::string InforceNonGuaranteedFootnote1;
-    std::string InforceNonGuaranteedFootnote2;
-    std::string InforceNonGuaranteedFootnote3;
     std::string NonGuaranteedFootnote;
     std::string NonGuaranteedFootnote1;
     std::string NonGuaranteedFootnote1Tx;
diff --git a/ledger_invariant_init.cpp b/ledger_invariant_init.cpp
index 4ed931f..a2e2939 100644
--- a/ledger_invariant_init.cpp
+++ b/ledger_invariant_init.cpp
@@ -466,10 +466,6 @@ void LedgerInvariant::Init(BasicValues const* b)
         ImprimaturInforce             = p.datum("ImprimaturInforce"            
  );
         ImprimaturInforceComposite    = p.datum("ImprimaturInforceComposite"   
  );
         StateMarketingImprimatur      = p.datum("StateMarketingImprimatur"     
  );
-        InforceNonGuaranteedFootnote0 = 
p.datum("InforceNonGuaranteedFootnote0"  );
-        InforceNonGuaranteedFootnote1 = 
p.datum("InforceNonGuaranteedFootnote1"  );
-        InforceNonGuaranteedFootnote2 = 
p.datum("InforceNonGuaranteedFootnote2"  );
-        InforceNonGuaranteedFootnote3 = 
p.datum("InforceNonGuaranteedFootnote3"  );
         NonGuaranteedFootnote         = p.datum("NonGuaranteedFootnote"        
  );
         NonGuaranteedFootnote1        = p.datum("NonGuaranteedFootnote1"       
  );
         NonGuaranteedFootnote1Tx      = p.datum("NonGuaranteedFootnote1Tx"     
  );
diff --git a/product_data.cpp b/product_data.cpp
index af19d86..34a6987 100644
--- a/product_data.cpp
+++ b/product_data.cpp
@@ -332,10 +332,6 @@ void product_data::ascribe_members()
     ascribe("ImprimaturInforce"             , &product_data::ImprimaturInforce 
            );
     ascribe("ImprimaturInforceComposite"    , 
&product_data::ImprimaturInforceComposite    );
     ascribe("StateMarketingImprimatur"      , 
&product_data::StateMarketingImprimatur      );
-    ascribe("InforceNonGuaranteedFootnote0" , 
&product_data::InforceNonGuaranteedFootnote0 );
-    ascribe("InforceNonGuaranteedFootnote1" , 
&product_data::InforceNonGuaranteedFootnote1 );
-    ascribe("InforceNonGuaranteedFootnote2" , 
&product_data::InforceNonGuaranteedFootnote2 );
-    ascribe("InforceNonGuaranteedFootnote3" , 
&product_data::InforceNonGuaranteedFootnote3 );
     ascribe("NonGuaranteedFootnote"         , 
&product_data::NonGuaranteedFootnote         );
     ascribe("NonGuaranteedFootnote1"        , 
&product_data::NonGuaranteedFootnote1        );
     ascribe("NonGuaranteedFootnote1Tx"      , 
&product_data::NonGuaranteedFootnote1Tx      );
diff --git a/product_data.hpp b/product_data.hpp
index 605a6e2..9e04041 100644
--- a/product_data.hpp
+++ b/product_data.hpp
@@ -322,10 +322,6 @@ class LMI_SO product_data
     glossed_string ImprimaturInforce;
     glossed_string ImprimaturInforceComposite;
     glossed_string StateMarketingImprimatur;
-    glossed_string InforceNonGuaranteedFootnote0;
-    glossed_string InforceNonGuaranteedFootnote1;
-    glossed_string InforceNonGuaranteedFootnote2;
-    glossed_string InforceNonGuaranteedFootnote3;
     glossed_string NonGuaranteedFootnote;
     glossed_string NonGuaranteedFootnote1;
     glossed_string NonGuaranteedFootnote1Tx;



reply via email to

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