| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index fc332a2adec2305e627be34ee9e566001a105a8d..53709ba76dab27691441643227d65a56285379ac 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -73,8 +73,6 @@ DEFINE_int32(shard, 0, "Which shard do I run?");
|
|
|
| DEFINE_string(mskps, "", "Directory to read mskps from, or a single mskp file.");
|
|
|
| -DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");
|
| -
|
| using namespace DM;
|
| using sk_gpu_test::GrContextFactory;
|
| using sk_gpu_test::GLTestContext;
|
|
|