We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e56de commit 7645761Copy full SHA for 7645761
tests/adaptation/unix-socket/unix-face.c
@@ -53,7 +53,6 @@ ndn_unix_slave_face_construct(int sock);
53
static int
54
ndn_unix_face_up(struct ndn_face_intf* self){
55
ndn_unix_face_t* ptr = container_of(self, ndn_unix_face_t, intf);
56
- int iyes = 1;
57
int iflags;
58
59
ptr->sock = socket(AF_UNIX, SOCK_STREAM, 0);
0 commit comments