Clean up unused code in src\google\protobuf\compiler\cpp\cpp_helpers.h (#8819)

Co-authored-by: junzeng <hjunzeng6@gmail.com>
pull/8968/head^2
junzeng 3 years ago committed by GitHub
parent 96d983a02e
commit fabb59448a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/google/protobuf/compiler/cpp/cpp_helpers.h

@ -63,8 +63,8 @@ inline std::string ProtobufNamespace(const Options& /* options */) {
return "PROTOBUF_NAMESPACE_ID";
}
inline std::string MacroPrefix(const Options& options) {
return options.opensource_runtime ? "GOOGLE_PROTOBUF" : "GOOGLE_PROTOBUF";
inline std::string MacroPrefix(const Options& /* options */) {
return "GOOGLE_PROTOBUF";
}
inline std::string DeprecatedAttribute(const Options& /* options */,

Loading…
Cancel
Save