projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0c800
)
cody: Remove unused variable.
author
Marek Polacek
<polacek@redhat.com>
Tue, 15 Dec 2020 22:03:49 +0000
(17:03 -0500)
committer
Marek Polacek
<polacek@redhat.com>
Tue, 15 Dec 2020 22:04:17 +0000
(17:04 -0500)
libcody/ChangeLog:
* buffer.cc (MessageBuffer::Lex): Remove unused variable.
libcody/buffer.cc
patch
|
blob
|
history
diff --git
a/libcody/buffer.cc
b/libcody/buffer.cc
index 52df3176c9ae2566edea1cf5e4e2065da2cbe102..3256c37399bcdc026c708346058b773521166b89 100644
(file)
--- 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;