From 703a2fb6e100d202d1c7fcd052d73bd5affef408 Mon Sep 17 00:00:00 2001 From: komels Date: Fri, 15 Apr 2022 16:53:39 +0300 Subject: Move 'kikimr/yndx'-depending tests out of ydb/core ref:0a380e13308d579e0545a76924330d1ca5129c43 --- library/cpp/tvmauth/deprecated/user_context.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 library/cpp/tvmauth/deprecated/user_context.cpp (limited to 'library/cpp/tvmauth/deprecated/user_context.cpp') diff --git a/library/cpp/tvmauth/deprecated/user_context.cpp b/library/cpp/tvmauth/deprecated/user_context.cpp deleted file mode 100644 index 712f622f1a8..00000000000 --- a/library/cpp/tvmauth/deprecated/user_context.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include -#include - -namespace NTvmAuth { - static const char* EX_MSG = "UserContext already moved out"; - - TUserContext::TUserContext(EBlackboxEnv env, TStringBuf tvmKeysResponse) - : Impl_(MakeHolder(env, tvmKeysResponse)) - { - } - - TUserContext::TUserContext(TUserContext&& o) = default; - TUserContext& TUserContext::operator=(TUserContext&& o) = default; - TUserContext::~TUserContext() = default; - - TCheckedUserTicket TUserContext::Check(TStringBuf ticketBody) const { - Y_ENSURE(Impl_, EX_MSG); - return Impl_->Check(ticketBody); - } -} -- cgit v1.3