Skip to content

Commit b0db6c9

Browse files
committed
Optimize code by clang
1 parent a77f492 commit b0db6c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tc_mysql_module.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typedef struct {
3838
static tc_mysql_ctx_t ctx;
3939

4040
static int
41-
init_mysql_module(void *clt_settings)
41+
init_mysql_module()
4242
{
4343

4444
ctx.pool = tc_create_pool(TC_DEFAULT_POOL_SIZE, 0, 0);
@@ -69,7 +69,7 @@ init_mysql_module(void *clt_settings)
6969

7070

7171
static void
72-
exit_mysql_module(void *clt_settings)
72+
exit_mysql_module()
7373
{
7474
if (ctx.pool != NULL) {
7575
tc_destroy_pool(ctx.pool);

0 commit comments

Comments
 (0)