Skip to content

Commit

Permalink
disable call
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 11, 2023
1 parent 1dca574 commit cc81e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/math_opt/core/solver_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class AllSolversRegistry {
namespace { \
const void* const kRegisterSolver ABSL_ATTRIBUTE_UNUSED = [] { \
std::cerr << "registering " << ProtoEnumToString(solver_type) << std::endl; \
AllSolversRegistry::Instance()->Register(solver_type, solver_factory); \
/*AllSolversRegistry::Instance()->Register(solver_type, solver_factory);*/ \
std::cerr << "registering " << ProtoEnumToString(solver_type) << "...DONE" << std::endl; \
return nullptr; \
}(); \
Expand Down

0 comments on commit cc81e0d

Please sign in to comment.