aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/util/executor_std.h
diff options
context:
space:
mode:
authorGravatar Konstantin Varlamov <var-const@users.noreply.github.com>2018-05-11 21:43:25 -0400
committerGravatar GitHub <noreply@github.com>2018-05-11 21:43:25 -0400
commit450d7a18ffffbaeb8722b2d84ec181fbff7e91bb (patch)
tree557eb31d4eebb09de046dbdae17ea7f983b6c880 /Firestore/core/src/firebase/firestore/util/executor_std.h
parent604de8e947ee8e58094bb2d7cb4cc7ac16e97876 (diff)
Firestore C++: make FSTDispatchQueue delegate to C++ implementation (#1240)
FSTDispatchQueue now doesn't contain any logic of its own and instead just passes through all method calls to AsyncQueue (backed by an ExecutorLibdispatch).
Diffstat (limited to 'Firestore/core/src/firebase/firestore/util/executor_std.h')
-rw-r--r--Firestore/core/src/firebase/firestore/util/executor_std.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Firestore/core/src/firebase/firestore/util/executor_std.h b/Firestore/core/src/firebase/firestore/util/executor_std.h
index 58ef96f..8f2be02 100644
--- a/Firestore/core/src/firebase/firestore/util/executor_std.h
+++ b/Firestore/core/src/firebase/firestore/util/executor_std.h
@@ -220,7 +220,6 @@ class ExecutorStd : public Executor {
bool IsScheduled(Tag tag) const override;
absl::optional<TaggedOperation> PopFromSchedule() override;
- private:
using TimePoint = async::Schedule<Operation>::TimePoint;
// To allow canceling operations, each scheduled operation is assigned
// a monotonically increasing identifier.