aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-12-09 15:21:57 -0800
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-12-09 15:21:57 -0800
commit6994f4949ff12cc8aaee49964598dd310a5b07fc (patch)
tree249c44c090f48757b0d11145391e1db6a0ca77ad /Makefile
parent809647894648534bf25c1663867c8fcb2ad0e418 (diff)
parent95eeed7590e92d457e9b2342b60ddff2049c851f (diff)
Merge pull request #4360 from ctiller/who-needs-a-noop-anyway
Kill noop_filter.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e538cafc10..e3ec22a038 100644
--- a/Makefile
+++ b/Makefile
@@ -4551,7 +4551,6 @@ LIBGRPC_SRC = \
src/core/channel/connected_channel.c \
src/core/channel/http_client_filter.c \
src/core/channel/http_server_filter.c \
- src/core/channel/noop_filter.c \
src/core/channel/subchannel_call_holder.c \
src/core/client_config/client_config.c \
src/core/client_config/connector.c \
@@ -4834,7 +4833,6 @@ LIBGRPC_UNSECURE_SRC = \
src/core/channel/connected_channel.c \
src/core/channel/http_client_filter.c \
src/core/channel/http_server_filter.c \
- src/core/channel/noop_filter.c \
src/core/channel/subchannel_call_holder.c \
src/core/client_config/client_config.c \
src/core/client_config/connector.c \