Remove extra FLAGS_seed definition
authorMichael Lee <mzlee@fb.com>
Tue, 22 Dec 2015 23:48:46 +0000 (15:48 -0800)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Wed, 23 Dec 2015 01:20:21 +0000 (17:20 -0800)
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

index 52faf8e5e6b4904faadd26155ea72e87bb9b7fef..c9a1e0ba20beb9a4a412ec0e1a07d2f35969183b 100644 (file)
@@ -24,8 +24,6 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-DEFINE_int32(seed, 0, "Random seed");
-
 namespace folly { namespace futures { namespace test {
 
 TEST(BarrierTest, Simple) {