Un-friend system view (no longer necessary)

This commit is contained in:
Robert Schulze 2023-03-15 11:03:42 +00:00
parent 2f75a6da61
commit b2aa9324ac
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -157,8 +157,6 @@ private:
size_t max_entry_size_in_rows TSA_GUARDED_BY(mutex) = 0;
size_t cache_size_in_bytes TSA_GUARDED_BY(mutex) = 0; /// Updated in each cache insert/delete
friend class StorageSystemQueryCache;
};
using QueryCachePtr = std::shared_ptr<QueryCache>;