Skip to content

Commit ffc6009

Browse files
committed
Fix -Wunused-variable warning
1 parent 519d7f1 commit ffc6009

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tls/profile/aiotc_profile.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ void aiotc_client_profile_init(br_ssl_client_context *cc, br_x509_minimal_contex
5151
BR_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
5252
};
5353

54-
int id;
55-
5654
/*
5755
* Reset client context and set supported versions from TLS-1.0
5856
* to TLS-1.2 (inclusive).

0 commit comments

Comments
 (0)