|
264 | 264 | #define CONTRACT_STATE2_TYPE VOTTUNBRIDGE2 |
265 | 265 | #include "contracts/VottunBridge.h" |
266 | 266 |
|
267 | | -#ifndef NO_QSURV |
268 | | - |
269 | | -#undef CONTRACT_INDEX |
270 | | -#undef CONTRACT_STATE_TYPE |
271 | | -#undef CONTRACT_STATE2_TYPE |
272 | | - |
273 | | -#define QSURV_CONTRACT_INDEX 26 |
274 | | -#define CONTRACT_INDEX QSURV_CONTRACT_INDEX |
275 | | -#define CONTRACT_STATE_TYPE QSURV |
276 | | -#define CONTRACT_STATE2_TYPE QSURV2 |
277 | | -#include "contracts/QSurv.h" |
278 | | - |
279 | | -#endif |
280 | | - |
281 | 267 | // new contracts should be added above this line |
282 | 268 |
|
283 | 269 | #ifdef INCLUDE_CONTRACT_TEST_EXAMPLES |
@@ -389,9 +375,6 @@ constexpr struct ContractDescription |
389 | 375 | {"QDUEL", 199, 10000, sizeof(QDUEL::StateData)}, // proposal in epoch 197, IPO in 198, construction and first use in 199 |
390 | 376 | {"PULSE", 204, 10000, sizeof(PULSE::StateData)}, // proposal in epoch 202, IPO in 203, construction and first use in 204 |
391 | 377 | {"VOTTUN", 206, 10000, sizeof(VOTTUNBRIDGE::StateData)}, // proposal in epoch 204, IPO in 205, construction and first use in 206 |
392 | | -#ifndef NO_QSURV |
393 | | - {"QSURV", 207, 10000, sizeof(QSURV::StateData)}, // proposal in epoch 205, IPO in 206, construction and first use in 207 |
394 | | -#endif |
395 | 378 |
|
396 | 379 | // new contracts should be added above this line |
397 | 380 | #ifdef INCLUDE_CONTRACT_TEST_EXAMPLES |
@@ -514,9 +497,6 @@ static void initializeContracts() |
514 | 497 | REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES(QDUEL); |
515 | 498 | REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES(PULSE); |
516 | 499 | REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES(VOTTUNBRIDGE); |
517 | | -#ifndef NO_QSURV |
518 | | - REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES(QSURV); |
519 | | -#endif |
520 | 500 | // new contracts should be added above this line |
521 | 501 | #ifdef INCLUDE_CONTRACT_TEST_EXAMPLES |
522 | 502 | REGISTER_CONTRACT_FUNCTIONS_AND_PROCEDURES(TESTEXA); |
|
0 commit comments