Remove old code

pull/10473/head
Craig Tiller 8 years ago
parent 3d13d7e162
commit bcf9d9f463
  1. 2
      src/core/ext/transport/chttp2/transport/frame_settings.c

@ -46,8 +46,6 @@
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/transport/http2_errors.h"
#define MAX_MAX_HEADER_LIST_SIZE (1024 * 1024 * 1024)
static uint8_t *fill_header(uint8_t *out, uint32_t length, uint8_t flags) {
*out++ = (uint8_t)(length >> 16);
*out++ = (uint8_t)(length >> 8);

Loading…
Cancel
Save