Remove some unused cruft from ExternalCommitHelper

This commit is contained in:
Thomas Goyne 2015-12-03 12:13:19 -08:00 committed by Thomas Goyne
parent 513b3d770c
commit 4c195c92e0
1 changed files with 0 additions and 8 deletions

View File

@ -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;