Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Unified Diff: lib/src/compiler.dart

Issue 1406983003: Remove the checker and corresponding dead code (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/codegen/reify_coercions.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/compiler.dart
diff --git a/lib/src/compiler.dart b/lib/src/compiler.dart
index 761ce26082e2187b83aaaf401c8e6a9fb9a8aec3..9d6f04b5b49ca8e49da677a99d4bb00ae3f16ea8 100644
--- a/lib/src/compiler.dart
+++ b/lib/src/compiler.dart
@@ -63,8 +63,7 @@ CompilerOptions validateOptions(List<String> args, {bool forceOutDir: false}) {
bool compile(CompilerOptions options) {
assert(!options.serverMode);
- var context = createAnalysisContextWithSources(
- options.strongOptions, options.sourceOptions);
+ var context = createAnalysisContextWithSources(options.sourceOptions);
var reporter = createErrorReporter(context, options);
bool status = new BatchCompiler(context, options, reporter: reporter).run();
« no previous file with comments | « lib/src/codegen/reify_coercions.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698