projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db1a8eb
)
ted plugin: Fix "Dead assignment" warning.
author
Florian Forster
<octo@collectd.org>
Thu, 18 Jun 2015 07:16:18 +0000
(09:16 +0200)
committer
Florian Forster
<octo@collectd.org>
Thu, 18 Jun 2015 08:28:09 +0000
(10:28 +0200)
src/ted.c
patch
|
blob
|
history
diff --git
a/src/ted.c
b/src/ted.c
index
bf519bb
..
5dd75bc
100644
(file)
--- a/
src/ted.c
+++ b/
src/ted.c
@@
-104,7
+104,6
@@
static int ted_read_value(double *ret_power, double *ret_voltage)
/* Loop until we find the end of the package */
end_flag = 0;
- escape_flag = 0;
package_buffer_pos = 0;
while (end_flag == 0)
{