| Index: bench/nanobench.cpp
 | 
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
 | 
| index 14214e869686e10d409df4a5c61b5fb1682ea03c..8633fa5ae77253d29b3f2faf787bb20f06d9b010 100644
 | 
| --- a/bench/nanobench.cpp
 | 
| +++ b/bench/nanobench.cpp
 | 
| @@ -119,7 +119,6 @@ DEFINE_bool(gpuStatsDump, false, "Dump GPU states after each benchmark to json")
 | 
|  DEFINE_bool(keepAlive, false, "Print a message every so often so that we don't time out");
 | 
|  DEFINE_string(useThermalManager, "0,1,10,1000", "enabled,threshold,sleepTimeMs,TimeoutMs for "
 | 
|                                                  "thermalManager\n");
 | 
| -DEFINE_bool(simpleCodec, false, "Only decode images to N32 opaque or premul");
 | 
|  
 | 
|  DEFINE_string(sourceType, "",
 | 
|          "Apply usual --match rules to source type: bench, gm, skp, image, etc.");
 | 
| 
 |