aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-18 12:40:25 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-18 12:51:07 -0800
commit60ea9130e10fad6a1de0275120f14416712de449 (patch)
tree1b6025af671eeadb0364c80a5b7051d6b89b2195
parent26e2e8f0b5e315121f8baa2a0f290b98e515e3e6 (diff)
remove nonexistent stream_context_interface.h from build.json
-rw-r--r--Makefile1
-rw-r--r--build.json3
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 485042b5b3..e45b128dbe 100644
--- a/Makefile
+++ b/Makefile
@@ -3025,7 +3025,6 @@ PUBLIC_HEADERS_CXX += \
include/grpc++/server_credentials.h \
include/grpc++/status.h \
include/grpc++/stream.h \
- include/grpc++/stream_context_interface.h \
LIBGRPC++_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_SRC))))
diff --git a/build.json b/build.json
index 07af69126b..4bca52e302 100644
--- a/build.json
+++ b/build.json
@@ -415,8 +415,7 @@
"include/grpc++/server_context.h",
"include/grpc++/server_credentials.h",
"include/grpc++/status.h",
- "include/grpc++/stream.h",
- "include/grpc++/stream_context_interface.h"
+ "include/grpc++/stream.h"
],
"headers": [
"src/cpp/client/channel.h",