simplify code

This commit is contained in:
Laurent Perron
2021-03-02 15:21:44 +01:00
parent 99be2eedb9
commit fa84bc05e7

View File

@@ -423,9 +423,11 @@ inline std::string RemoveOperationsResearchAndGlop(
operations_research::ScopedInstructionCounter scoped_instruction_count( \
RemoveOperationsResearchAndGlop(__PRETTY_FUNCTION__), time_limit)
#else // !HAS_PERF_SUBSYSTEM
#define SCOPED_INSTRUCTION_COUNT(time_limit)
#endif // HAS_PERF_SUBSYSTEM
#else // OR_STATS
#else // !OR_STATS
// If OR_STATS is not defined, we remove some instructions that may be time
// consuming.