Skip to content

Commit f92e4b5

Browse files
committed
Remove unused code by lcov
1 parent 8e47c00 commit f92e4b5

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pairs.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,3 @@ retrieve_mysql_user_pwd_info(tc_pool_t *pool, char *pairs)
103103
return 0;
104104
}
105105

106-
107-
void
108-
release_mysql_user_pwd_info()
109-
{
110-
if (user_pwd_table != NULL) {
111-
user_pwd_table = NULL;
112-
}
113-
}
114-

pairs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ typedef struct mysql_user{
1212

1313
char *retrieve_user_pwd(char *user);
1414
int retrieve_mysql_user_pwd_info(tc_pool_t *, char *);
15-
void release_mysql_user_pwd_info();
1615

1716
#endif
1817

0 commit comments

Comments
 (0)