remove useless macro

This commit is contained in:
Laurent Perron
2024-11-22 16:57:09 +01:00
parent 07656d9f67
commit 502795bd64

View File

@@ -27,11 +27,7 @@
namespace operations_research {
#if defined(PROTOBUF_INTERNAL_IMPL)
using google::protobuf::Message;
#else
using google::protobuf::Message;
#endif
// Some SolveWithProto() returns a StatusOr<MPModelResponse>, this utility
// just convert bad absl::StatusOr to a proper error in MPModelResponse.