Skip to content

Commit 30f2914

Browse files
fishythefishCommit Queue
authored andcommitted
[dart2js] Remove SNS checks flag.
Change-Id: Idb2163a47e7c6ad4f2482bc24aecfc3483c7023b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/416342 Reviewed-by: Nate Biggs <[email protected]>
1 parent c67a80f commit 30f2914

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pkg/compiler/lib/src/commandline_options.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ class Flags {
6060

6161
static const String experimentNewRti = '--experiment-new-rti';
6262

63-
static const String experimentNullSafetyChecks =
64-
'--experiment-null-safety-checks';
65-
6663
static const String enableLanguageExperiments = '--enable-experiment';
6764

6865
static const String fastStartup = '--fast-startup';

pkg/compiler/lib/src/dart2js.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ Future<api.CompilationResult> compile(
552552
_OneOption(Flags.experimentToBoolean, passThrough),
553553
_OneOption(Flags.experimentUnreachableMethodsThrow, passThrough),
554554
_OneOption(Flags.experimentCallInstrumentation, passThrough),
555-
_OneOption(Flags.experimentNullSafetyChecks, ignoreOption),
556555
_OneOption(Flags.experimentNewRti, ignoreOption),
557556
_OneOption('${Flags.mergeFragmentsThreshold}=.+', passThrough),
558557

0 commit comments

Comments
 (0)