We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d15d9 commit 8f1d472Copy full SHA for 8f1d472
src/realm/db.hpp
@@ -510,8 +510,6 @@ class DB : public std::enable_shared_from_this<DB> {
510
std::shared_ptr<util::Logger> m_logger;
511
std::mutex m_commit_listener_mutex;
512
std::vector<CommitListener*> m_commit_listeners;
513
- std::unordered_map<TableKey, std::vector<StringInterner*>*> m_string_interners;
514
- std::mutex m_string_interners_mutex;
515
bool m_is_sync_agent = false;
516
// Id for this DB to be used in logging. We will just use some bits from the pointer.
517
// The path cannot be used as this would not allow us to distinguish between two DBs opening
0 commit comments