compiler: Remove unused function (#6911)

This commit is contained in:
Andrew Gasparovic 2020-04-08 14:12:00 -07:00 committed by GitHub
parent 54f9e29cdb
commit 2119fac35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -161,10 +161,6 @@ static inline std::string MethodIdFieldName(const MethodDescriptor* method) {
return "METHODID_" + ToAllUpperCase(method->name()); return "METHODID_" + ToAllUpperCase(method->name());
} }
static inline bool ShouldGenerateAsLite(const Descriptor* desc) {
return false;
}
static inline std::string MessageFullJavaName(const Descriptor* desc) { static inline std::string MessageFullJavaName(const Descriptor* desc) {
return google::protobuf::compiler::java::ClassName(desc); return google::protobuf::compiler::java::ClassName(desc);
} }