diff options
author | dgolear <dgolear@yandex-team.com> | 2024-08-07 22:39:32 +0300 |
---|---|---|
committer | dgolear <dgolear@yandex-team.com> | 2024-08-07 23:14:18 +0300 |
commit | 4ae47fbf6a3efacf151874204c61a815134a5146 (patch) | |
tree | 80394cf95d19711141ff166165327b72df508bbe | |
parent | 295a8da2ecb607ce6a24444b4cef4c982eb87d39 (diff) | |
download | ydb-4ae47fbf6a3efacf151874204c61a815134a5146.tar.gz |
Drop extra declaration
1093160d31a6e7df2819a4f1629ac3bf5c451e9c
-rw-r--r-- | yt/yt/library/auth/credentials_injecting_channel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/yt/yt/library/auth/credentials_injecting_channel.h b/yt/yt/library/auth/credentials_injecting_channel.h index 65a9a458d2..3933428172 100644 --- a/yt/yt/library/auth/credentials_injecting_channel.h +++ b/yt/yt/library/auth/credentials_injecting_channel.h @@ -32,10 +32,6 @@ NRpc::IChannelPtr CreateServiceTicketInjectingChannel( NRpc::IChannelPtr underlyingChannel, const TAuthenticationOptions& options); -NRpc::IChannelPtr CreateServiceTicketInjectingChannel( - NRpc::IChannelPtr underlyingChannel, - const TAuthenticationOptions& options); - //////////////////////////////////////////////////////////////////////////////// NRpc::IChannelFactoryPtr CreateServiceTicketInjectingChannelFactory( |