Remove extra `int main`s from unit tests.
[folly.git] / folly / io / test / ShutdownSocketSetTest.cpp
index 528783c7b0d56aa7a83262f5116d7982c7ff966e..88b9e9894af3490b84b99c36b4ec35699828ba55 100644 (file)
@@ -223,9 +223,3 @@ TEST(ShutdownSocketSetTest, AbortiveKill) {
 }
 
 }}  // namespaces
-
-int main(int argc, char *argv[]) {
-  testing::InitGoogleTest(&argc, argv);
-  gflags::ParseCommandLineFlags(&argc, &argv, true);
-  return RUN_ALL_TESTS();
-}