cody: Remove unused variable.
libcody/ChangeLog: * buffer.cc (MessageBuffer::Lex): Remove unused variable.
This commit is contained in:
parent
4f0c800ba6
commit
65eac818db
@ -224,7 +224,6 @@ int MessageBuffer::Lex (std::vector<std::string> &result)
|
||||
{
|
||||
result.clear ();
|
||||
|
||||
int err = ENOENT;
|
||||
if (IsAtEnd ())
|
||||
return ENOENT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user