Browse Source

tls: fix compiler warning of unused variable

S-P Chan 9 tháng trước cách đây
mục cha
commit
8cc21a5af0
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/modules/tls/tls_mod.c

+ 0 - 2
src/modules/tls/tls_mod.c

@@ -588,8 +588,6 @@ static OSSL_LIB_CTX *new_ctx;
 #endif
 static int mod_child(int rank)
 {
-	int k;
-
 	if(tls_disable || (tls_domains_cfg == 0))
 		return 0;