diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-12-13 16:20:48 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-12-13 16:21:41 -0800 |
commit | 8f18b69cb1835a6fb8247c5090870cf5e69e26e2 (patch) | |
tree | 397daa9ec3f5726aba0f277156a4a7f70e985272 /test | |
parent | 1775a0e11e56ee619a35b46d3d1561d99095a01c (diff) |
Remove unused variable.
PiperOrigin-RevId: 225455503
Change-Id: I327fc6e7ba26532b628f343dece3bd9fc4d3b524
Diffstat (limited to 'test')
-rw-r--r-- | test/syscalls/linux/itimer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/syscalls/linux/itimer.cc b/test/syscalls/linux/itimer.cc index 5d42529e2..ddfbc28fc 100644 --- a/test/syscalls/linux/itimer.cc +++ b/test/syscalls/linux/itimer.cc @@ -54,7 +54,6 @@ constexpr absl::Duration kTestDuration = absl::Seconds(20); constexpr int kIterations = 10000000; // Allow deviation in the number of samples. constexpr double kNumSamplesDeviationRatio = 0.2; -constexpr double kNumSamplesMinRatio = 0.5; TEST(ItimerTest, ItimervalUpdatedBeforeExpiration) { constexpr int kSleepSecs = 10; |