Skip to content

Commit

Permalink
remove useless macro
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Nov 22, 2024
1 parent 07656d9 commit 502795b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ortools/linear_solver/proto_solver/proto_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 502795b

Please sign in to comment.