summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2017-09-13 07:17:15 -0700
committerKirk Shoop <kirk.shoop@microsoft.com>2017-09-13 15:52:28 -0700
commitf6f7f502cc636c53bb4bf4ae0352b2a6a6c66e6b (patch)
tree7aeec5b2155cd3ce0a215a8cc9f366bf27cdb146
parente9931b7813ca96f54575768cfdeb998c4f15ed10 (diff)
downloadRxCpp-f6f7f502cc636c53bb4bf4ae0352b2a6a6c66e6b.tar.gz
remove unused local
-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),