chore: remove unused types

This commit is contained in:
Marcus Holland-Moritz 2024-07-27 16:43:47 +02:00
parent 433bb5e46a
commit bf4ae3794e

View File

@ -126,10 +126,6 @@ class inode_view
}; };
class directory_view { class directory_view {
using DirView = ::apache::thrift::frozen::View<thrift::metadata::directory>;
using Meta =
::apache::thrift::frozen::MappedFrozen<thrift::metadata::metadata>;
template <typename T> template <typename T>
friend class internal::metadata_; friend class internal::metadata_;