[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:
Ryan Macnak
2022-01-26 18:58:58 +00:00
committed by Commit Bot
parent f6ebe80d26
commit 6eb5cde512
-2
View File
@@ -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;