preprocessor: remove unused enum types (added in commit c6495dfc9d17363bf64e4502e5833a63f1708339)

issue#70
Houtan Bastani 2012-06-06 16:26:27 +02:00
parent dc2e5e9226
commit 1d69ed6cb2
1 changed files with 1 additions and 3 deletions

View File

@ -39,9 +39,7 @@ enum aux_var_t
avExoLag = 3, //!< Substitute for exo lags >= 2
avExpectation = 4, //!< Substitute for Expectation Operator
// Type 5 now unused
avMultiplier = 6, //!< Multipliers for FOC of Ramsey Problem
avLog = 7, //!< Substitute argument of log expression
avPow = 8 //!< Substitute argument for power expression
avMultiplier = 6 //!< Multipliers for FOC of Ramsey Problem
};
//! Information on some auxiliary variables