| Index: tools/flags/SkCommonFlags.cpp
|
| diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
|
| index 1a9018bec1ea44a0cc59c3f2613a3fb651f6ed85..09e74ba790641c023a8e74293dd887c71a5ef3ac 100644
|
| --- a/tools/flags/SkCommonFlags.cpp
|
| +++ b/tools/flags/SkCommonFlags.cpp
|
| @@ -26,8 +26,6 @@ DEFINE_string(gpuAPI, "", "Force use of specific gpu API. Using \"gl\" "
|
|
|
| DEFINE_string(images, "resources", "Directory of images to decode.");
|
|
|
| -DEFINE_bool2(leaks, l, false, "show leaked ref cnt'd objects.");
|
| -
|
| DEFINE_string2(match, m, NULL,
|
| "[~][^]substring[$] [...] of GM name to run.\n"
|
| "Multiple matches may be separated by spaces.\n"
|
|
|