Skip to content

Commit

Permalink
Refs #100894 Fix unused variable warnings in ccnr_internal_client.c
Browse files Browse the repository at this point in the history
Nick Briggs committed Apr 23, 2013
1 parent b5fb67f commit 2b8dcde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions csrc/ccnr/ccnr_internal_client.c
Original file line number Diff line number Diff line change
@@ -108,8 +108,6 @@ ccnr_answer_req(struct ccn_closure *selfp,
struct ccn_charbuf *reply_body = NULL;
struct ccnr_handle *ccnr = NULL;
int res = 0;
int start = 0;
int end = 0;
int morecomps = 0;
const unsigned char *final_comp = NULL;
size_t final_size = 0;

0 comments on commit 2b8dcde

Please sign in to comment.