diff options
| author | thegeorg <[email protected]> | 2022-06-06 23:23:34 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2022-06-06 23:23:34 +0300 |
| commit | 44d6cdd398b90433ee75c6473f2660937eb4b530 (patch) | |
| tree | a8272e9b5acc2849f8fb61210c5dee8ba2c3847d | |
| parent | 8462a6c94f88963f414cef8eb3910dbbc9945b38 (diff) | |
ydb: Drop unused file
ref:e71581439fcd90df3905e4b3963bbd4ca9ed47a0
| -rw-r--r-- | ydb/public/sdk/cpp/client/impl/ydb_internal/driver/interface.h | 12 |
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 d49b69d6e14..00000000000 --- 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 |
