Skip to content

Commit b499ecb

Browse files
committed
remove unused variable
fixes: wiedehopf#132
1 parent b65ee05 commit b499ecb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

net_io.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4554,8 +4554,6 @@ static int decodeEncapsulatedUAT(struct client *c, char *msg, int remote, int64_
45544554
signalLevel = signalLevel * signalLevel;
45554555
p++;
45564556

4557-
int processedBytes = 0;
4558-
45594557
for (int j = 0; j < bytes; j++) {
45604558
if (p >= c->eod) {
45614559
// incomplete message
@@ -4581,7 +4579,6 @@ static int decodeEncapsulatedUAT(struct client *c, char *msg, int remote, int64_
45814579
printHexDigit(out, *p);
45824580
out += 2;
45834581
p++;
4584-
processedBytes++;
45854582
}
45864583

45874584
out = safe_snprintf(out, end, ";");

0 commit comments

Comments
 (0)