[Crosstoolchain-logs] [device-tree-compiler] 127/198: Remove duplicate assignment
Hector Oron
zumbi at moszumanska.debian.org
Thu Dec 8 17:07:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.
commit 9bf20d3896c15bb51456c70eab8a50ba6fd224eb
Author: Heinrich Schuchardt <xypron.glpk at gmx.de>
Date: Sun Mar 2 21:45:57 2014 +0100
Remove duplicate assignment
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
tests/testutils.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/testutils.c b/tests/testutils.c
index f185133..521f4f1 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -144,7 +144,6 @@ int nodename_eq(const char *s1, const char *s2)
{
int len = strlen(s2);
- len = strlen(s2);
if (strncmp(s1, s2, len) != 0)
return 0;
if (s1[len] == '\0')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git
More information about the Crosstoolchain-logs
mailing list