cody: Remove unused variable.
libcody/ChangeLog: * buffer.cc (MessageBuffer::Lex): Remove unused variable.
This commit is contained in:
parent
4f0c800ba6
commit
65eac818db
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ int MessageBuffer::Lex (std::vector<std::string> &result)
|
|||
{
|
||||
result.clear ();
|
||||
|
||||
int err = ENOENT;
|
||||
if (IsAtEnd ())
|
||||
return ENOENT;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue