Skip to content

Commit 8f1d472

Browse files
committed
Fix compilation
1 parent 22d15d9 commit 8f1d472

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/realm/db.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,6 @@ class DB : public std::enable_shared_from_this<DB> {
510510
std::shared_ptr<util::Logger> m_logger;
511511
std::mutex m_commit_listener_mutex;
512512
std::vector<CommitListener*> m_commit_listeners;
513-
std::unordered_map<TableKey, std::vector<StringInterner*>*> m_string_interners;
514-
std::mutex m_string_interners_mutex;
515513
bool m_is_sync_agent = false;
516514
// Id for this DB to be used in logging. We will just use some bits from the pointer.
517515
// The path cannot be used as this would not allow us to distinguish between two DBs opening

0 commit comments

Comments
 (0)