Merge pull request #2039 from khingblue/remove-unused-vector

Remove unused vector
pull/2047/head
Jisi Liu 9 years ago committed by GitHub
commit d00cab0f8c
  1. 1
      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_,

Loading…
Cancel
Save