cody: Remove unused variable.

libcody/ChangeLog:

	* buffer.cc (MessageBuffer::Lex): Remove unused variable.
This commit is contained in:
Marek Polacek 2020-12-15 17:03:49 -05:00
parent 4f0c800ba6
commit 65eac818db
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ int MessageBuffer::Lex (std::vector<std::string> &result)
{
result.clear ();
int err = ENOENT;
if (IsAtEnd ())
return ENOENT;