diff options
author | dtorilov <dtorilov@yandex-team.com> | 2024-06-20 20:46:07 +0300 |
---|---|---|
committer | dtorilov <dtorilov@yandex-team.com> | 2024-06-20 21:00:08 +0300 |
commit | fd0f1982c07901dba63263af04f8faab0dacfff2 (patch) | |
tree | a3a5a925fcc2e8be81290ef73802111bb837da0c | |
parent | 19f80c3320fe379da42162b2b515b72ed92da170 (diff) | |
download | ydb-fd0f1982c07901dba63263af04f8faab0dacfff2.tar.gz |
YT-21090: Feature flags
05d850cd9943b27e35f9bfb54ab74ceab8768c43
-rw-r--r-- | yt/yt/client/query_client/public.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/yt/client/query_client/public.h b/yt/yt/client/query_client/public.h index 260e4d9224..2e3739dfdb 100644 --- a/yt/yt/client/query_client/public.h +++ b/yt/yt/client/query_client/public.h @@ -17,4 +17,3 @@ struct TQueryStatistics; //////////////////////////////////////////////////////////////////////////////// } // namespace NYT::NQueryClient - |