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 branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,6 @@ int MessageBuffer::Lex (std::vector<std::string> &result) ...@@ -224,7 +224,6 @@ int MessageBuffer::Lex (std::vector<std::string> &result)
{ {
result.clear (); result.clear ();
int err = ENOENT;
if (IsAtEnd ()) if (IsAtEnd ())
return ENOENT; 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