Remove unused vector
This commit is contained in:
parent
3d9d1a1255
commit
8ee6f568ea
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue