Imported Upstream version 1.33.1
[platform/upstream/grpc.git] / src / cpp / client / insecure_credentials.cc
index 98e8cb7..a9be08d 100644 (file)
@@ -51,9 +51,6 @@ class InsecureChannelCredentialsImpl final : public ChannelCredentials {
   }
 
   SecureChannelCredentials* AsSecureCredentials() override { return nullptr; }
-
- private:
-  bool IsInsecure() const override { return true; }
 };
 }  // namespace