aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/core/bad_client/bad_client.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/core/bad_client/bad_client.c b/test/core/bad_client/bad_client.c
index 95b079768c..2b9a551dfb 100644
--- a/test/core/bad_client/bad_client.c
+++ b/test/core/bad_client/bad_client.c
@@ -89,15 +89,6 @@ void grpc_run_bad_client_test(grpc_bad_client_server_side_validator validator,
grpc_closure done_write_closure;
grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
- uint32_t hash = gpr_murmur_hash3(client_payload, client_payload_length, 0);
- char *fn;
- gpr_asprintf(&fn, "test/core/end2end/fuzzers/server_fuzzer_corpus/%08x.bin",
- hash);
- FILE *f = fopen(fn, "w");
- fwrite(client_payload, 1, client_payload_length, f);
- fclose(f);
- gpr_free(fn);
-
hex = gpr_dump(client_payload, client_payload_length,
GPR_DUMP_HEX | GPR_DUMP_ASCII);