Selaa lähdekoodia

Remove redundant variable set

Craig Tiller 10 vuotta sitten
vanhempi
commit
4090993657
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      src/core/support/string.c

+ 0 - 1
src/core/support/string.c

@@ -91,7 +91,6 @@ char *gpr_hexdump(const char *buf, size_t len, gpr_uint32 flags) {
   }
   }
 
 
   if (flags & GPR_HEXDUMP_PLAINTEXT) {
   if (flags & GPR_HEXDUMP_PLAINTEXT) {
-    cur = beg;
     if (len) hexout_append(&out, ' ');
     if (len) hexout_append(&out, ' ');
     hexout_append(&out, '\'');
     hexout_append(&out, '\'');
     for (cur = beg; cur != end; ++cur) {
     for (cur = beg; cur != end; ++cur) {