aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-06-06 23:23:34 +0300
committerthegeorg <thegeorg@yandex-team.ru>2022-06-06 23:23:34 +0300
commit44d6cdd398b90433ee75c6473f2660937eb4b530 (patch)
treea8272e9b5acc2849f8fb61210c5dee8ba2c3847d
parent8462a6c94f88963f414cef8eb3910dbbc9945b38 (diff)
downloadydb-44d6cdd398b90433ee75c6473f2660937eb4b530.tar.gz
ydb: Drop unused file
ref:e71581439fcd90df3905e4b3963bbd4ca9ed47a0
-rw-r--r--ydb/public/sdk/cpp/client/impl/ydb_internal/driver/interface.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ydb/public/sdk/cpp/client/impl/ydb_internal/driver/interface.h b/ydb/public/sdk/cpp/client/impl/ydb_internal/driver/interface.h
deleted file mode 100644
index d49b69d6e1..0000000000
--- a/ydb/public/sdk/cpp/client/impl/ydb_internal/driver/interface.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include <ydb/public/sdk/cpp/client/impl/ydb_internal/internal_header.h>
-
-namespace NYdb {
-
-class TDriver;
-class TGRpcConnectionsImpl;
-
-std::shared_ptr<TGRpcConnectionsImpl> CreateInternalInterface(const TDriver connection);
-
-} // namespace NYdb