pull/27805/head
Craig Tiller 3 years ago committed by GitHub
parent e970b8fa03
commit a5d10b1ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/transport/cronet/transport/cronet_transport.cc

@ -710,8 +710,6 @@ class CronetMetadataEncoder {
gpr_malloc(sizeof(bidirectional_stream_header) * capacity_));
}
~CronetMetadataEncoder() { gpr_free(headers_); }
CronetMetadataEncoder(const CronetMetadataEncoder&) = delete;
CronetMetadataEncoder& operator=(const CronetMetadataEncoder&) = delete;

Loading…
Cancel
Save