diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-05-17 22:24:21 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-05-17 22:24:21 -0700 |
commit | 818b8769fc59b805e7aa3742cc1e713fa9a4c9b5 (patch) | |
tree | cfc5869e1b3fb29e5d10310ad8e5e2043c76928a /src/core/channel | |
parent | 669df902c997cc66abfa7aad21c5abbcc6344ea4 (diff) |
Delete antiquated code
Diffstat (limited to 'src/core/channel')
-rw-r--r-- | src/core/channel/http_server_filter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/channel/http_server_filter.c b/src/core/channel/http_server_filter.c index 1f64df68e3..11a53b1e70 100644 --- a/src/core/channel/http_server_filter.c +++ b/src/core/channel/http_server_filter.c @@ -34,7 +34,6 @@ #include "src/core/channel/http_server_filter.h" #include <string.h> -#include <grpc/grpc_http.h> #include <grpc/support/alloc.h> #include <grpc/support/log.h> |