aboutsummaryrefslogtreecommitdiff
path: root/libcody
diff options
context:
space:
mode:
Diffstat (limited to 'libcody')
-rw-r--r--libcody/buffer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcody/buffer.cc b/libcody/buffer.cc
index 52df317..3256c37 100644
--- a/libcody/buffer.cc
+++ b/libcody/buffer.cc
@@ -224,7 +224,6 @@ int MessageBuffer::Lex (std::vector<std::string> &result)
{
result.clear ();
- int err = ENOENT;
if (IsAtEnd ())
return ENOENT;