diff options
author | Shane Kerr <shane@isc.org> | 2007-07-13 06:43:43 +0000 |
---|---|---|
committer | Shane Kerr <shane@isc.org> | 2007-07-13 06:43:43 +0000 |
commit | 28868515f6cb8ec3a78773391945ac89d555d65d (patch) | |
tree | 108b4801b3d3d019278281eb276288271480afe3 /omapip/connection.c | |
parent | 763cba6b918975315a644646137fec48e4953058 (diff) | |
download | isc-dhcp-28868515f6cb8ec3a78773391945ac89d555d65d.tar.gz |
Code cleanup to remove warnings from "gcc -Wall".
See RT ticket #16988 for more.
Diffstat (limited to 'omapip/connection.c')
-rw-r--r-- | omapip/connection.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/omapip/connection.c b/omapip/connection.c index 5f753036..3f0965d2 100644 --- a/omapip/connection.c +++ b/omapip/connection.c @@ -114,10 +114,6 @@ isc_result_t omapi_connect_list (omapi_object_t *c, omapi_connection_object_t *obj; int flag; struct sockaddr_in local_sin; -#if defined (TRACING) - trace_addr_t *addrs; - u_int16_t naddrs; -#endif obj = (omapi_connection_object_t *)0; status = omapi_connection_allocate (&obj, MDL); @@ -1005,8 +1001,6 @@ isc_result_t omapi_connection_stuff_values (omapi_object_t *c, omapi_object_t *id, omapi_object_t *m) { - int i; - if (m -> type != omapi_type_connection) return ISC_R_INVALIDARG; |