Skip to content

Commit

Permalink
Removed unused variable 'val'.
Browse files Browse the repository at this point in the history
  • Loading branch information
wchang0222%aol.com committed Dec 23, 2003
1 parent cd9ddbc commit a962177
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions security/nss/cmd/lib/secutil.c
Expand Up @@ -712,8 +712,6 @@ SECU_PrintAsHex(FILE *out, SECItem *data, const char *m, int level)

if (!isString)
for (i = 0; i < data->len; i++) {
unsigned char val = data->data[i];

if (i != data->len - 1) {
fprintf(out, "%02x:", data->data[i]);
column += 3;
Expand Down

0 comments on commit a962177

Please sign in to comment.