lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master bd0703c 2/5: Expunge a footling defect marker


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bd0703c 2/5: Expunge a footling defect marker [344]
Date: Thu, 27 Aug 2020 14:42:47 -0400 (EDT)

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

    Expunge a footling defect marker [344]
    
    At first glance, this comment seemed to apply to the line that follows
    it, which sets 'OldDBOpt'; but that variable is used only in this
    function, so the comment wouldn't matter.
    
    However, 'git log -G' suggests that the comment might apply to the whole
    function. In that case, it doesn't matter, because the function begins
    with an early exit if the basis is not the primary ("current") one.
---
 ihs_avmly.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ihs_avmly.cpp b/ihs_avmly.cpp
index 6baff52..b5f964b 100644
--- a/ihs_avmly.cpp
+++ b/ihs_avmly.cpp
@@ -1130,7 +1130,6 @@ void AccountValue::TxTestGPT()
         Irc7702A_->InduceMaterialChange();
         }
 
-    // TODO ?? TAXATION !! GPT--perform only if current basis?
     OldDBOpt = YearsDBOpt;
 }
 



reply via email to

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