Restore proxy method upon acozzette@ request

pull/8042/head
Yuriy Chernyshov 4 years ago committed by Adam Cozzette
parent 20c780045a
commit 397d34ca0e
  1. 8
      src/google/protobuf/compiler/cpp/cpp_helpers.h

@ -877,6 +877,14 @@ void GenerateParserLoop(const Descriptor* descriptor, int num_hasbits,
const Options& options,
MessageSCCAnalyzer* scc_analyzer, io::Printer* printer);
inline std::string StripProto(const std::string& filename) {
/*
* TODO(github/georgthegreat) remove this proxy method
* once Google's internal codebase will become ready
*/
return compiler::StripProto(filename);
}
} // namespace cpp
} // namespace compiler
} // namespace protobuf

Loading…
Cancel
Save