aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/async_unary_call.h
diff options
context:
space:
mode:
authorGravatar Garret Kelly <gdk@google.com>2017-06-07 14:56:06 -0400
committerGravatar Garret Kelly <gdk@google.com>2017-06-07 14:56:06 -0400
commit0cd689202d88c5e37481fc5e05db6417f62f6d40 (patch)
tree834896b59c7058abbe1d010926dbc643bfd3f1ec /include/grpc++/impl/codegen/async_unary_call.h
parent28bdde34069889c73ee8cad1c3bcb782877e215b (diff)
Remove extraneous semicolons.
Fixes compilation if building with -Wextra-semi.
Diffstat (limited to 'include/grpc++/impl/codegen/async_unary_call.h')
-rw-r--r--include/grpc++/impl/codegen/async_unary_call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/async_unary_call.h b/include/grpc++/impl/codegen/async_unary_call.h
index aadf77d8a8..1959a27acf 100644
--- a/include/grpc++/impl/codegen/async_unary_call.h
+++ b/include/grpc++/impl/codegen/async_unary_call.h
@@ -154,7 +154,7 @@ class ClientAsyncResponseReader final
// disable operator new
static void* operator new(std::size_t size);
- static void* operator new(std::size_t size, void* p) { return p; };
+ static void* operator new(std::size_t size, void* p) { return p; }
SneakyCallOpSet<CallOpSendInitialMetadata, CallOpSendMessage,
CallOpClientSendClose>