Index: runtime/vm/profiler.cc |
diff --git a/runtime/vm/profiler.cc b/runtime/vm/profiler.cc |
index b518cb6253fba40cf86d8221137fbce9ddb206ca..cdf66c758e051311c29354b27d2cd6a818541a2e 100644 |
--- a/runtime/vm/profiler.cc |
+++ b/runtime/vm/profiler.cc |
@@ -30,7 +30,6 @@ namespace dart { |
DEFINE_FLAG(bool, profile, true, "Enable Sampling Profiler"); |
#endif |
DEFINE_FLAG(bool, trace_profiled_isolates, false, "Trace profiled isolates."); |
-DEFINE_FLAG(bool, trace_profiler, false, "Trace profiler."); |
DEFINE_FLAG(int, profile_period, 1000, |
"Time between profiler samples in microseconds. Minimum 50."); |
DEFINE_FLAG(int, profile_depth, 8, |