Explorar o código

tls: fix compiler warning of unused variable

S-P Chan hai 9 meses
pai
achega
8cc21a5af0
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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
 #endif
 static int mod_child(int rank)
 static int mod_child(int rank)
 {
 {
-	int k;
-
 	if(tls_disable || (tls_domains_cfg == 0))
 	if(tls_disable || (tls_domains_cfg == 0))
 		return 0;
 		return 0;