Skip to content
Snippets Groups Projects
Commit 9d316190 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #763 from ctiller/fix2

Remove redundant variable set
parents ce99abff 40909936
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,6 @@ char *gpr_hexdump(const char *buf, size_t len, gpr_uint32 flags) {
}
if (flags & GPR_HEXDUMP_PLAINTEXT) {
cur = beg;
if (len) hexout_append(&out, ' ');
hexout_append(&out, '\'');
for (cur = beg; cur != end; ++cur) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment