Skip to content

Commit e90e5c9

Browse files
committed
remove unused variables hs and hn
1 parent 09d03b6 commit e90e5c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/wsman-client.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,8 +1425,6 @@ wsmc_action_invoke(WsManClient * cl,
14251425
const char *method,
14261426
WsXmlDocH data)
14271427
{
1428-
hscan_t hs;
1429-
hnode_t *hn;
14301428
WsXmlDocH response;
14311429
WsXmlNodeH body = NULL;
14321430
WsXmlDocH request = wsmc_create_request(cl, resource_uri, options, NULL,

0 commit comments

Comments
 (0)