@@ -194,8 +194,6 @@ struct __FunctionOrProcedureBeginEndGuard
194194#define CONTRACT_STATE2_TYPE QSWAP2
195195#include " contracts/Qswap.h"
196196
197- #ifndef NO_NOST
198-
199197#undef CONTRACT_INDEX
200198#undef CONTRACT_STATE_TYPE
201199#undef CONTRACT_STATE2_TYPE
@@ -206,8 +204,6 @@ struct __FunctionOrProcedureBeginEndGuard
206204#define CONTRACT_STATE2_TYPE NOST2
207205#include " contracts/Nostromo.h"
208206
209- #endif
210-
211207// new contracts should be added above this line
212208
213209#ifdef INCLUDE_CONTRACT_TEST_EXAMPLES
@@ -304,9 +300,7 @@ constexpr struct ContractDescription
304300 {" MSVAULT" , 149 , 10000 , sizeof (MSVAULT)}, // proposal in epoch 147, IPO in 148, construction and first use in 149
305301 {" QBAY" , 154 , 10000 , sizeof (QBAY)}, // proposal in epoch 152, IPO in 153, construction and first use in 154
306302 {" QSWAP" , 171 , 10000 , sizeof (QSWAP)}, // proposal in epoch 169, IPO in 170, construction and first use in 171
307- #ifndef NO_NOST
308303 {" NOST" , 172 , 10000 , sizeof (NOST)}, // proposal in epoch 170, IPO in 171, construction and first use in 172
309- #endif
310304 // new contracts should be added above this line
311305#ifdef INCLUDE_CONTRACT_TEST_EXAMPLES
312306 {" TESTEXA" , 138 , 10000 , sizeof (IPO)},
@@ -409,9 +403,7 @@ static void initializeContracts()
409403 REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES (MSVAULT);
410404 REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES (QBAY);
411405 REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES (QSWAP);
412- #ifndef NO_NOST
413406 REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES (NOST);
414- #endif
415407 // new contracts should be added above this line
416408#ifdef INCLUDE_CONTRACT_TEST_EXAMPLES
417409 REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES (TESTEXA);
0 commit comments