From 6e8dcd61025e61bf00516122e28bd5bc29e6b923 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 22 Dec 2015 15:48:46 -0800 Subject: [PATCH] Remove extra FLAGS_seed definition Summary: This is not used within the file. Cleaning up. Reviewed By: yfeldblum Differential Revision: D2784500 fb-gh-sync-id: 60270cb20c40b79f988c5536fa00e0a0f1d08e46 --- folly/futures/test/BarrierTest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/folly/futures/test/BarrierTest.cpp b/folly/futures/test/BarrierTest.cpp index 52faf8e5..c9a1e0ba 100644 --- a/folly/futures/test/BarrierTest.cpp +++ b/folly/futures/test/BarrierTest.cpp @@ -24,8 +24,6 @@ #include #include -DEFINE_int32(seed, 0, "Random seed"); - namespace folly { namespace futures { namespace test { TEST(BarrierTest, Simple) { -- 2.34.1