Remove some unused cruft from ExternalCommitHelper
This commit is contained in:
parent
513b3d770c
commit
4c195c92e0
|
@ -19,9 +19,7 @@
|
||||||
#ifndef REALM_EXTERNAL_COMMIT_HELPER_HPP
|
#ifndef REALM_EXTERNAL_COMMIT_HELPER_HPP
|
||||||
#define REALM_EXTERNAL_COMMIT_HELPER_HPP
|
#define REALM_EXTERNAL_COMMIT_HELPER_HPP
|
||||||
|
|
||||||
#include <CoreFoundation/CFRunLoop.h>
|
|
||||||
#include <future>
|
#include <future>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace realm {
|
namespace realm {
|
||||||
class Realm;
|
class Realm;
|
||||||
|
@ -59,12 +57,6 @@ private:
|
||||||
FdHolder(FdHolder const&) = delete;
|
FdHolder(FdHolder const&) = delete;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct PerRealmInfo {
|
|
||||||
Realm* realm;
|
|
||||||
CFRunLoopRef runloop;
|
|
||||||
CFRunLoopSourceRef signal;
|
|
||||||
};
|
|
||||||
|
|
||||||
void listen();
|
void listen();
|
||||||
|
|
||||||
RealmCoordinator& m_parent;
|
RealmCoordinator& m_parent;
|
||||||
|
|
Loading…
Reference in New Issue