aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-02-19 11:26:08 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-02-19 16:43:08 -0800
commitf2cf6cdcb2cd80458fb872e29e6936f4377c0e48 (patch)
tree2f235868c3e1514bf182ef11b00761b62ac92426
parent72776c30afcbcf6b0f9d66f8c8362d01bcdeb14b (diff)
downloadprotobuf-f2cf6cdcb2cd80458fb872e29e6936f4377c0e48.tar.gz
protobuf-f2cf6cdcb2cd80458fb872e29e6936f4377c0e48.tar.bz2
protobuf-f2cf6cdcb2cd80458fb872e29e6936f4377c0e48.zip
Remove the unused set common oneof variables in helper
-rw-r--r--src/google/protobuf/compiler/javanano/javanano_helpers.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/google/protobuf/compiler/javanano/javanano_helpers.h b/src/google/protobuf/compiler/javanano/javanano_helpers.h
index b47ee4a4..014c85ae 100644
--- a/src/google/protobuf/compiler/javanano/javanano_helpers.h
+++ b/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