lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 95c2f88 02/16: Declutter


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 95c2f88 02/16: Declutter
Date: Sat, 11 Apr 2020 20:36:02 -0400 (EDT)

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

    Declutter
    
    Removed commented-out assignments to five variables that are actually
    assigned later in the same function.
---
 ledger_invariant.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ledger_invariant.cpp b/ledger_invariant.cpp
index 983789b..8ce60f8 100644
--- a/ledger_invariant.cpp
+++ b/ledger_invariant.cpp
@@ -546,11 +546,6 @@ LedgerInvariant& LedgerInvariant::PlusEq(LedgerInvariant 
const& a_Addend)
     // InforceLives is one longer than the other vectors.
     InforceLives        [Max] += a_Addend.InforceLives  [Max];
 
-//  GenderDistinct          = 0;
-//  GenderBlended           = 0;
-//  Smoker                  = a_Addend.Smoking;
-//  SmokerDistinct          = 0;
-//  SmokerBlended           = 0;
 //  UWClass                 = a_Addend.Class;
 //  SubstandardTable
 



reply via email to

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