Remove a dead comment in folly/test/SynchronizedTest.cpp
authorYedidya Feldblum <yfeldblum@fb.com>
Fri, 19 Aug 2016 23:27:36 +0000 (16:27 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Fri, 19 Aug 2016 23:38:30 +0000 (16:38 -0700)
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

index b734964533a72a1ed1464e349d7b78af774eafa7..f30303fa4553871a0a16dd7b22735528f38215c8 100644 (file)
@@ -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
  */