소스 검색

Remove the unused set common oneof variables in helper

Jisi Liu 10 년 전
부모
커밋
f2cf6cdcb2
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/google/protobuf/compiler/javanano/javanano_helpers.h

+ 0 - 3
src/google/protobuf/compiler/javanano/javanano_helpers.h

@@ -191,9 +191,6 @@ inline bool IsMapEntry(const Descriptor* descriptor) {
 
 bool HasMapField(const Descriptor* descriptor);
 
-void SetCommonOneofVariables(const FieldDescriptor* field,
-                             map<string, string>* variables);
-
 }  // namespace javanano
 }  // namespace compiler
 }  // namespace protobuf