mirror of https://github.com/grpc/grpc-java.git
compiler: Remove unused function (#6911)
This commit is contained in:
parent
54f9e29cdb
commit
2119fac35b
|
|
@ -161,10 +161,6 @@ static inline std::string MethodIdFieldName(const MethodDescriptor* method) {
|
|||
return "METHODID_" + ToAllUpperCase(method->name());
|
||||
}
|
||||
|
||||
static inline bool ShouldGenerateAsLite(const Descriptor* desc) {
|
||||
return false;
|
||||
}
|
||||
|
||||
static inline std::string MessageFullJavaName(const Descriptor* desc) {
|
||||
return google::protobuf::compiler::java::ClassName(desc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue