lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 422e64a 03/10: Remove an unimplemented 'case'


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 422e64a 03/10: Remove an unimplemented 'case'
Date: Thu, 8 Feb 2018 08:40:09 -0500 (EST)

branch: master
commit 422e64ab0226b53fb6225c93bba29ab3b712c482
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove an unimplemented 'case'
    
    Removed a 'case' that, like any other enumerator that may be added
    in the future, never will be implemented in the antediluvian fork.
    Only the (throwing) 'default:' is wanted.
---
 solve.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/solve.cpp b/solve.cpp
index ae19024..0d345e3 100644
--- a/solve.cpp
+++ b/solve.cpp
@@ -117,11 +117,6 @@ double SolveTest()
                     y = ConstThat->InvariantValues().SpecAmt[ThatSolveTgtYear 
- 1];
                     }
                     break;
-                case mce_rop:
-                    {
-                    // IHS !! What should be done here? See lmi.
-                    }
-// fall through...
                 default:
                     {
                     alarum()



reply via email to

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