diff --git a/folly/test/SynchronizedTest.cpp b/folly/test/SynchronizedTest.cpp
index b734964533a72a1ed1464e349d7b78af774eafa7..f30303fa4553871a0a16dd7b22735528f38215c8 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
  */