diff options
author | akhropov <akhropov@yandex-team.com> | 2024-11-21 23:35:40 +0300 |
---|---|---|
committer | akhropov <akhropov@yandex-team.com> | 2024-11-21 23:45:24 +0300 |
commit | ff081e2e501b834f092b132bebfd0a5d8e4fa29b (patch) | |
tree | b6e1f0e043863b24e2551c5b0c7a80863809a60d /util | |
parent | 79cd9d5cc8f68045dbae08e5d44d2171ec47c98a (diff) | |
download | ydb-ff081e2e501b834f092b132bebfd0a5d8e4fa29b.tar.gz |
Remove TRbTree and TAvlTree from forward declarations as they are not in util
commit_hash:7f3c30234700758cc6218bdef0fa2e6862f2c32e
Diffstat (limited to 'util')
-rw-r--r-- | util/generic/fwd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/util/generic/fwd.h b/util/generic/fwd.h index 9bed19bdaf..906203d60e 100644 --- a/util/generic/fwd.h +++ b/util/generic/fwd.h @@ -45,12 +45,6 @@ class TIntrusiveListWithAutoDelete; template <class T, class Tag = TIntrusiveListDefaultTag> class TIntrusiveSList; -template <class T, class C> -class TAvlTree; - -template <class TValue, class TCmp> -class TRbTree; - // containers template <class T, class A = std::allocator<T>> class TVector; |