Skip to content

Commit

Permalink
Bug 950344 - Fix unused-but-set-variable 'client' warning in pkix_pl_…
Browse files Browse the repository at this point in the history
…httpdefaultclient.c, r=emaldona
  • Loading branch information
cykesiopka committed Apr 2, 2015
1 parent 8c99b28 commit 93c2b3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/libpkix/pkix_pl_nss/module/pkix_pl_httpdefaultclient.c
Expand Up @@ -1132,8 +1132,6 @@ pkix_pl_HttpDefaultClient_KeepAliveSession(
PRPollDesc **pPollDesc,
void *plContext)
{
PKIX_PL_HttpDefaultClient *client = NULL;

PKIX_ENTER
(HTTPDEFAULTCLIENT,
"pkix_pl_HttpDefaultClient_KeepAliveSession");
Expand All @@ -1145,8 +1143,6 @@ pkix_pl_HttpDefaultClient_KeepAliveSession(
plContext),
PKIX_SESSIONNOTANHTTPDEFAULTCLIENT);

client = (PKIX_PL_HttpDefaultClient *)session;

/* XXX Not implemented */

cleanup:
Expand Down

0 comments on commit 93c2b3d

Please sign in to comment.