Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jedelbo committed Jun 17, 2024
1 parent 22d15d9 commit 8f1d472
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/realm/db.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,6 @@ class DB : public std::enable_shared_from_this<DB> {
std::shared_ptr<util::Logger> m_logger;
std::mutex m_commit_listener_mutex;
std::vector<CommitListener*> m_commit_listeners;
std::unordered_map<TableKey, std::vector<StringInterner*>*> m_string_interners;
std::mutex m_string_interners_mutex;
bool m_is_sync_agent = false;
// Id for this DB to be used in logging. We will just use some bits from the pointer.
// The path cannot be used as this would not allow us to distinguish between two DBs opening
Expand Down

0 comments on commit 8f1d472

Please sign in to comment.