Remove stale comment

pull/8281/head
Garrett Casto 8 years ago
parent 931a26bf5b
commit 37e3cc0c2a
  1. 1
      src/cpp/client/cronet_credentials.cc

@ -22,7 +22,6 @@ class CronetChannelCredentialsImpl GRPC_FINAL : public ChannelCredentials {
engine_, target.c_str(), &channel_args, nullptr));
}
// TODO(gcasto): Should this derive from SecureChannelCredentials?
SecureChannelCredentials* AsSecureCredentials() GRPC_OVERRIDE {
return nullptr;
}

Loading…
Cancel
Save