mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 22:08:25 -04:00
lint: removed argc/argv parameters from main() because not used in body
This commit is contained in:
parent
6a759e3869
commit
e9c6a07ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ check_result(isc_result_t result, char *msg)
|
|||
}
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
main()
|
||||
{
|
||||
isc_task_t *t1, *t2;
|
||||
isc_sockaddr_t sockaddr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue