浏览代码

tls: fix compiler warning of unused variable

S-P Chan 9 月之前
父节点
当前提交
8cc21a5af0
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;