From: Michael Lee Date: Tue, 22 Dec 2015 23:48:46 +0000 (-0800) Subject: Remove extra FLAGS_seed definition X-Git-Tag: deprecate-dynamic-initializer~178 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=6e8dcd61025e61bf00516122e28bd5bc29e6b923 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 --- 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) {