Tested x86_64-pc-linux-gnu, applying to trunk.

libcody/ChangeLog:

        * buffer.cc (MessageBuffer::Lex): Remove unused variable.
---
 libcody/buffer.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libcody/buffer.cc b/libcody/buffer.cc
index 52df3176c9a..3256c37399b 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;
 

base-commit: 4f0c800ba6091e77228c7ef73eb5efebc45559d7
-- 
2.29.2

Reply via email to