aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2016-09-01 09:17:43 -0700
committerGravatar GitHub <noreply@github.com>2016-09-01 09:17:43 -0700
commitd00cab0f8c0df511ad06d55add9b65b590d7451e (patch)
tree898ce8ebad7fc8ba3cd63c19e99a484b11a7f5b0
parentb9649765f8e5c85523c138ac990a7523a54bfdbe (diff)
parent8ee6f568eab125aabdf96fdd9ab3748246ed2040 (diff)
Merge pull request #2039 from khingblue/remove-unused-vector
Remove unused vector
-rw-r--r--src/google/protobuf/compiler/parser.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/parser.cc b/src/google/protobuf/compiler/parser.cc
index 214d7c9c..519ed8fc 100644
--- a/src/google/protobuf/compiler/parser.cc
+++ b/src/google/protobuf/compiler/parser.cc
@@ -525,7 +525,6 @@ bool Parser::Parse(io::Tokenizer* input, FileDescriptorProto* file) {
SourceCodeInfo source_code_info;
source_code_info_ = &source_code_info;
- vector<string> top_doc_comments;
if (LookingAtType(io::Tokenizer::TYPE_START)) {
// Advance to first token.
input_->NextWithComments(NULL, &upcoming_detached_comments_,