summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/buffer.cpp
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2014-10-03 07:34:09 -0700
committerKirk Shoop <kirk.shoop@microsoft.com>2014-10-03 07:34:09 -0700
commit744ca46f8e050dffac77e285e1bbe8b9d4322153 (patch)
tree377bfe66cab984f395014e25381a53f48e2e6c9f /Rx/v2/test/operators/buffer.cpp
parent0768cbf4aa5706b7b91e54cfc6c764aaacd57ce7 (diff)
downloadRxCpp-744ca46f8e050dffac77e285e1bbe8b9d4322153.tar.gz
gcc warning fixes
Diffstat (limited to 'Rx/v2/test/operators/buffer.cpp')
-rw-r--r--Rx/v2/test/operators/buffer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rx/v2/test/operators/buffer.cpp b/Rx/v2/test/operators/buffer.cpp
index c8ade17..b3103ea 100644
--- a/Rx/v2/test/operators/buffer.cpp
+++ b/Rx/v2/test/operators/buffer.cpp
@@ -469,7 +469,6 @@ SCENARIO("buffer with time on intervals", "[buffer_with_time][operators][long][h
// 5-6
// -7
using namespace std::chrono;
- typedef steady_clock clock;
#define TIME milliseconds
#define UNIT *15
@@ -513,7 +512,6 @@ SCENARIO("buffer with time on intervals, implicit coordination", "[buffer_with_t
// 5-6
// -7
using namespace std::chrono;
- typedef steady_clock clock;
#define TIME milliseconds
#define UNIT *15
@@ -558,7 +556,6 @@ SCENARIO("buffer with time on overlapping intervals", "[buffer_with_time][operat
// 4-5
// 5
using namespace std::chrono;
- typedef steady_clock clock;
#define TIME milliseconds
#define UNIT *15
@@ -603,7 +600,6 @@ SCENARIO("buffer with time on overlapping intervals, implicit coordination", "[b
// 4-5
// 5
using namespace std::chrono;
- typedef steady_clock clock;
#define TIME milliseconds
#define UNIT *15
@@ -648,7 +644,6 @@ SCENARIO("buffer with time on intervals, error", "[buffer_with_time][operators][
// 4-5
// 5
using namespace std::chrono;
- typedef steady_clock clock;
#define TIME milliseconds
#define UNIT *15