Update server.h

pull/14517/head
Vijay Pai 7 years ago committed by GitHub
parent 589e2cfe09
commit 3c3c4c913a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      include/grpcpp/server.h

@ -204,7 +204,6 @@ class Server : public ServerInterface, private GrpcLibraryCodegen {
// Server status
std::mutex mu_;
bool started_;
bool shutdown_;
bool shutdown_notified_; // Was notify called on the shutdown_cv_

Loading…
Cancel
Save