| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index 7302ebc270e1aa6bc77ee3059bc0bef2f47d40a5..fdb488dd1160c9c4e44bffd46578f65bc137c5f1 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -64,7 +64,6 @@ DEFINE_string(uninterestingHashesFile, "",
|
|
|
| DEFINE_int32(shards, 1, "We're splitting source data into this many shards.");
|
| DEFINE_int32(shard, 0, "Which shard do I run?");
|
| -DEFINE_bool2(pre_log, p, false, "Log before running each test. May be incomprehensible when threading");
|
|
|
| __SK_FORCE_IMAGE_DECODER_LINKING;
|
| using namespace DM;
|
|
|