Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
e718ce99
Commit
e718ce99
authored
May 14, 2000
by
David Lawrence
Browse files
line 647: remark(1552): variable "connection" was set but never used.
Removed variable.
parent
3e3a8b05
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/omapi/protocol.c
View file @
e718ce99
...
...
@@ -644,7 +644,6 @@ static isc_result_t
protocol_signalhandler
(
omapi_object_t
*
h
,
const
char
*
name
,
va_list
ap
)
{
isc_result_t
result
;
omapi_protocol_t
*
p
;
omapi_object_t
*
connection
;
omapi_connection_t
*
c
;
REQUIRE
(
h
!=
NULL
&&
h
->
type
==
omapi_type_protocol
);
...
...
@@ -660,8 +659,6 @@ protocol_signalhandler(omapi_object_t *h, const char *name, va_list ap) {
INSIST
(
p
->
outer
!=
NULL
&&
p
->
outer
->
type
==
omapi_type_connection
);
connection
=
p
->
outer
;
do
{
result
=
dispatch_messages
(
p
,
c
);
}
while
(
result
==
ISC_R_SUCCESS
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment