Skip to content

Commit

Permalink
Removed unused variable [-Wunused]
Browse files Browse the repository at this point in the history
  • Loading branch information
mnunberg committed Feb 10, 2012
1 parent 687dcad commit 0e80a4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions VBucket.xs
Expand Up @@ -116,9 +116,7 @@ PLCBvb_diff(SV *self, SV *other)
VBUCKET_CONFIG_DIFF *diff;
PLCBvb_t *object, *other_obj;
char **strp;

int i;


object = _self2obj(self);
other_obj = _self2obj(other);

Expand Down

0 comments on commit 0e80a4d

Please sign in to comment.