mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 14:00:29 +01:00
util: remove dead assignment in strv_join
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a1ab4757a4
commit
37e8c56e2c
1 changed files with 0 additions and 1 deletions
|
|
@ -561,7 +561,6 @@ strv_join(char **strv, const char *joiner)
|
|||
if (!strv || !joiner)
|
||||
return NULL;
|
||||
|
||||
s = strv;
|
||||
for (s = strv, count = 0; *s; s++, count++) {
|
||||
slen += strlen(*s);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue