Skip to content
Snippets Groups Projects
Commit 65eac818 authored by Marek Polacek's avatar Marek Polacek
Browse files

cody: Remove unused variable.

libcody/ChangeLog:

	* buffer.cc (MessageBuffer::Lex): Remove unused variable.
parent 4f0c800b
No related merge requests found
......@@ -224,7 +224,6 @@ int MessageBuffer::Lex (std::vector<std::string> &result)
{
result.clear ();
int err = ENOENT;
if (IsAtEnd ())
return ENOENT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment