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

Unified Diff: lib/src/server/server.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/options.dart ('k') | lib/strong_mode.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/server/server.dart
diff --git a/lib/src/server/server.dart b/lib/src/server/server.dart
index 079b2311d43dbdadbe34063568cfa21ddb808918..8bb0518e13e03136a0c702a3d07e765dc4f705bc 100644
--- a/lib/src/server/server.dart
+++ b/lib/src/server/server.dart
@@ -210,8 +210,7 @@ class DevServer {
fileResolvers.insert(0, _createImplicitEntryResolver(options.inputs[0]));
}
- var context = createAnalysisContextWithSources(
- options.strongOptions, options.sourceOptions,
+ var context = createAnalysisContextWithSources(options.sourceOptions,
fileResolvers: fileResolvers);
var entryPath = path.basename(options.inputs[0]);
« no previous file with comments | « lib/src/options.dart ('k') | lib/strong_mode.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698