summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-12-13 16:20:48 -0800
committerShentubot <shentubot@google.com>2018-12-13 16:21:41 -0800
commit8f18b69cb1835a6fb8247c5090870cf5e69e26e2 (patch)
tree397daa9ec3f5726aba0f277156a4a7f70e985272 /test
parent1775a0e11e56ee619a35b46d3d1561d99095a01c (diff)
Remove unused variable.
PiperOrigin-RevId: 225455503 Change-Id: I327fc6e7ba26532b628f343dece3bd9fc4d3b524
Diffstat (limited to 'test')
-rw-r--r--test/syscalls/linux/itimer.cc1
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;