Skip to content

Commit

Permalink
remove unused variables hs and hn
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaempf committed Nov 28, 2017
1 parent 09d03b6 commit e90e5c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/wsman-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1425,8 +1425,6 @@ wsmc_action_invoke(WsManClient * cl,
const char *method,
WsXmlDocH data)
{
hscan_t hs;
hnode_t *hn;
WsXmlDocH response;
WsXmlNodeH body = NULL;
WsXmlDocH request = wsmc_create_request(cl, resource_uri, options, NULL,
Expand Down

0 comments on commit e90e5c9

Please sign in to comment.