aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/schema_interface.h
diff options
context:
space:
mode:
authorGravatar Harsh Vardhan <harshvd95@gmail.com>2017-03-03 14:19:32 +0530
committerGravatar Harsh Vardhan <harshvd95@gmail.com>2017-03-28 21:01:51 +0530
commit974f3d797a9220d8cc1792b1a8249cfe5ac75b8f (patch)
tree8c27f5f92c92b91b954a3976b005771ea2fc8164 /src/compiler/schema_interface.h
parentcacd5e84cd6d6d6c597e9f76dd10af4ed4ad4f0f (diff)
remove lang specific streaming methods
Diffstat (limited to 'src/compiler/schema_interface.h')
-rw-r--r--src/compiler/schema_interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/schema_interface.h b/src/compiler/schema_interface.h
index 88de1ecdf7..41e9322a0d 100644
--- a/src/compiler/schema_interface.h
+++ b/src/compiler/schema_interface.h
@@ -81,9 +81,7 @@ struct Method : public CommentHolder {
virtual grpc::string get_output_type_name() const = 0;
virtual bool NoStreaming() const = 0;
virtual bool ClientStreaming() const = 0;
- virtual bool python_ClientStreaming() const = 0;
virtual bool ServerStreaming() const = 0;
- virtual bool python_ServerStreaming() const = 0;
virtual bool BidiStreaming() const = 0;
};