From a56309f581c1ddfc803b9f4e163b56fd1d749957 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Fri, 19 Aug 2016 16:27:36 -0700 Subject: [PATCH] Remove a dead comment in folly/test/SynchronizedTest.cpp Summary: [Folly] Remove a dead comment in `folly/test/SynchronizedTest.cpp`. Reviewed By: simpkins Differential Revision: D3745609 fbshipit-source-id: acdbd3eaa6d947213b72fe13cec0291545a60c87 --- folly/test/SynchronizedTest.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/folly/test/SynchronizedTest.cpp b/folly/test/SynchronizedTest.cpp index b7349645..f30303fa 100644 --- a/folly/test/SynchronizedTest.cpp +++ b/folly/test/SynchronizedTest.cpp @@ -189,11 +189,6 @@ class SynchronizedLockTest : public testing::Test { } }; -/** - * To avoid typing - */ -// static constexpr auto one_ms = std::chrono::milliseconds(1); - /** * Test mutex to help to automate assertions, taken from LockTraitsTest.cpp */ -- 2.34.1