[vm] Remove dead flag declarations.
TEST=ci Change-Id: I32297b9791462b4a9a03918cf5ee405a3354184c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/229720 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
@@ -53,9 +53,7 @@
|
||||
namespace dart {
|
||||
|
||||
DECLARE_FLAG(bool, print_class_table);
|
||||
DEFINE_FLAG(bool, keep_code, false, "Keep deoptimized code for profiling.");
|
||||
DEFINE_FLAG(bool, trace_shutdown, false, "Trace VM shutdown on stderr");
|
||||
DECLARE_FLAG(bool, strong);
|
||||
|
||||
Isolate* Dart::vm_isolate_ = NULL;
|
||||
int64_t Dart::start_time_micros_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user