lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 359a43d 3/5: Expunge an unused enum


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 359a43d 3/5: Expunge an unused enum
Date: Tue, 9 Nov 2021 15:03:44 -0500 (EST)

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

    Expunge an unused enum
---
 account_value.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/account_value.hpp b/account_value.hpp
index e2560ef..3c52dc1 100644
--- a/account_value.hpp
+++ b/account_value.hpp
@@ -54,8 +54,6 @@ class LMI_SO AccountValue final
     friend currency SolveTest(); // Antediluvian.
 
   public:
-    enum {months_per_year = 12};
-
     explicit AccountValue(Input const& input);
     AccountValue(AccountValue&&) = default;
     ~AccountValue() override = default;



reply via email to

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