aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/parser.cc
diff options
context:
space:
mode:
authorGravatar Khing <khingblue@gmail.com>2016-08-31 15:01:23 +1000
committerGravatar Khing <khingblue@gmail.com>2016-08-31 15:12:32 +1000
commit8ee6f568eab125aabdf96fdd9ab3748246ed2040 (patch)
tree912acfb9e4ee36b005e1f97c036762fd4c1a8c82 /src/google/protobuf/compiler/parser.cc
parent3d9d1a1255583bac550f7bf94f3016e8c238fa5e (diff)
Remove unused vector
Diffstat (limited to 'src/google/protobuf/compiler/parser.cc')
-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_,