Skip to content

Commit 8dda6b8

Browse files
finikorgcarlescufi
authored andcommitted
net: coap: Remove unneeded statement
Assignment is not needed. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent 2a61e30 commit 8dda6b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/net/lib/coap/coap_link_format.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ static bool match_path_uri(const char * const *path,
8484

8585
p = path;
8686
plen = *p ? strlen(*p) : 0;
87-
j = 0;
8887

8988
if (plen == 0) {
9089
return false;

0 commit comments

Comments
 (0)