aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-21 15:37:20 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-21 15:37:20 -0700
commitfb349b9f7150c20a98565bfffdceaab6b50a92a2 (patch)
tree982163e7412394bd1a6fe2f05bf4ccda5a879280 /package.json
parentfb6e13b1b5ba135220c7be1edf3fb6f92e79872b (diff)
removed uchannels
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json
index 371dfdce99..bc15183c93 100644
--- a/package.json
+++ b/package.json
@@ -105,7 +105,6 @@
"src/core/channel/channel_stack.h",
"src/core/channel/channel_stack_builder.h",
"src/core/channel/client_channel.h",
- "src/core/channel/client_uchannel.h",
"src/core/channel/compress_filter.h",
"src/core/channel/connected_channel.h",
"src/core/channel/context.h",
@@ -247,7 +246,6 @@
"src/core/channel/channel_stack.c",
"src/core/channel/channel_stack_builder.c",
"src/core/channel/client_channel.c",
- "src/core/channel/client_uchannel.c",
"src/core/channel/compress_filter.c",
"src/core/channel/connected_channel.c",
"src/core/channel/http_client_filter.c",