public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] cody: Remove unused variable.
@ 2020-12-15 22:08 Marek Polacek
  0 siblings, 0 replies; only message in thread
From: Marek Polacek @ 2020-12-15 22:08 UTC (permalink / raw)
  To: GCC Patches

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-15 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15 22:08 [pushed] cody: Remove unused variable Marek Polacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).