aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-04-28 17:07:35 -0700
committerGravatar Yang Gao <yangg@google.com>2015-04-28 17:07:35 -0700
commit6eda2d7c8e4f0bcdfc3eb0a178bd8824fa66516f (patch)
treede7ebfd1159176becb87390bbb2f59eb3c911526 /src/cpp
parentc48f26f5dc519fec2732bdf5fd29eaa50ad283ac (diff)
parent3691c3322d09b9a7225745695650772981923028 (diff)
Merge pull request #1386 from ctiller/cxx
Mac C++ compile fix
Diffstat (limited to 'src/cpp')
-rw-r--r--src/cpp/client/channel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpp/client/channel.h b/src/cpp/client/channel.h
index 46009d20ba..cd239247c8 100644
--- a/src/cpp/client/channel.h
+++ b/src/cpp/client/channel.h
@@ -51,7 +51,6 @@ class Credentials;
class StreamContextInterface;
class Channel GRPC_FINAL : public GrpcLibrary,
- public std::enable_shared_from_this<Channel>,
public ChannelInterface {
public:
Channel(const grpc::string& target, grpc_channel* c_channel);