2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

lint: removed argc/argv parameters from main() because not used in body

This commit is contained in:
David Lawrence 1999-10-06 20:08:42 +00:00
parent 6a759e3869
commit e9c6a07ee3

View File

@ -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;