aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgolear <dgolear@yandex-team.com>2024-08-07 22:39:32 +0300
committerdgolear <dgolear@yandex-team.com>2024-08-07 23:14:18 +0300
commit4ae47fbf6a3efacf151874204c61a815134a5146 (patch)
tree80394cf95d19711141ff166165327b72df508bbe
parent295a8da2ecb607ce6a24444b4cef4c982eb87d39 (diff)
downloadydb-4ae47fbf6a3efacf151874204c61a815134a5146.tar.gz
Drop extra declaration
1093160d31a6e7df2819a4f1629ac3bf5c451e9c
-rw-r--r--yt/yt/library/auth/credentials_injecting_channel.h4
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(