summaryrefslogtreecommitdiff
path: root/Rx
diff options
context:
space:
mode:
Diffstat (limited to 'Rx')
-rw-r--r--Rx/v2/test/operators/pairwise.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rx/v2/test/operators/pairwise.cpp b/Rx/v2/test/operators/pairwise.cpp
index c28ae32..20f86dd 100644
--- a/Rx/v2/test/operators/pairwise.cpp
+++ b/Rx/v2/test/operators/pairwise.cpp
@@ -7,7 +7,6 @@ SCENARIO("pairwise - enough items to create pairs", "[pairwise][operators]") {
auto w = sc.create_worker();
const rxsc::test::messages<int> on;
const rxsc::test::messages<std::tuple<int, int>> on_pairwise;
- long invoked = 0;
auto xs = sc.make_cold_observable({
on.next(180, 1),