Skip to content

Commit 7645761

Browse files
committed
Fix compiler warning: 'unused variable'.
1 parent f0e56de commit 7645761

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/adaptation/unix-socket/unix-face.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ ndn_unix_slave_face_construct(int sock);
5353
static int
5454
ndn_unix_face_up(struct ndn_face_intf* self){
5555
ndn_unix_face_t* ptr = container_of(self, ndn_unix_face_t, intf);
56-
int iyes = 1;
5756
int iflags;
5857

5958
ptr->sock = socket(AF_UNIX, SOCK_STREAM, 0);

0 commit comments

Comments
 (0)