From 5b61d5194ded1c0d3bb7070aeb02bd4d4425fdcf Mon Sep 17 00:00:00 2001 From: Yang Gao <yangg@google.com> Date: Tue, 3 Mar 2015 10:21:27 -0800 Subject: [PATCH] formatting --- include/grpc++/async_unary_call.h | 1 - include/grpc++/config.h | 1 - include/grpc++/impl/client_unary_call.h | 1 - 3 files changed, 3 deletions(-) diff --git a/include/grpc++/async_unary_call.h b/include/grpc++/async_unary_call.h index f81cd7605d..f86a1ea518 100644 --- a/include/grpc++/async_unary_call.h +++ b/include/grpc++/async_unary_call.h @@ -77,7 +77,6 @@ class ClientAsyncResponseReader GRPC_FINAL { call_.PerformOps(&finish_buf_); } - private: ClientContext* context_; Call call_; diff --git a/include/grpc++/config.h b/include/grpc++/config.h index e753e4f976..327ed7a549 100644 --- a/include/grpc++/config.h +++ b/include/grpc++/config.h @@ -34,7 +34,6 @@ #ifndef GRPCXX_CONFIG_H #define GRPCXX_CONFIG_H - #ifdef GRPC_OLD_CXX #define GRPC_FINAL #define GRPC_OVERRIDE diff --git a/include/grpc++/impl/client_unary_call.h b/include/grpc++/impl/client_unary_call.h index 23cf3a66df..fd9715da50 100644 --- a/include/grpc++/impl/client_unary_call.h +++ b/include/grpc++/impl/client_unary_call.h @@ -34,7 +34,6 @@ #ifndef GRPCXX_IMPL_CLIENT_UNARY_CALL_H #define GRPCXX_IMPL_CLIENT_UNARY_CALL_H - #include <grpc++/config.h> namespace grpc { -- GitLab