lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 95b4e917 19/27: Remove an unnecessary comment


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 95b4e917 19/27: Remove an unnecessary comment
Date: Mon, 25 Apr 2022 12:56:17 -0400 (EDT)

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

    Remove an unnecessary comment
    
    This TU is specific to the antediluvian branch, so it's pointless to
    say what might be done if it weren't.
---
 solve.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/solve.cpp b/solve.cpp
index 9c5ab802..3a30f303 100644
--- a/solve.cpp
+++ b/solve.cpp
@@ -91,9 +91,6 @@ currency SolveTest()
         Negative = std::min
             (Negative
             ,from_cents(ConstThat->VariantValues().CSVNet[j])
-// Ideally, it'd be this:
-//          ,std::min(ConstThat->VariantValues().CSVNet[j], 
ConstThat->loan_ullage_[j])
-// but the antediluvian branch doesn't calculate ullage at all.
             );
         }
 



reply via email to

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