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

Unified Diff: dart/lib/compiler/implementation/leg.dart

Issue 10389143: Add locations to diagnostics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove all references to unreachable() Created 8 years, 7 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
Index: dart/lib/compiler/implementation/leg.dart
diff --git a/dart/lib/compiler/implementation/leg.dart b/dart/lib/compiler/implementation/leg.dart
index cec28c67b53ab145d5a2242d4de95ce7a823a1e5..b67e2b86bf17c595b3648b7279218d9aad7a59f6 100644
--- a/dart/lib/compiler/implementation/leg.dart
+++ b/dart/lib/compiler/implementation/leg.dart
@@ -33,7 +33,3 @@
#source('universe.dart');
#source('warnings.dart');
#source('world.dart');
-
-void unreachable() {
- throw const Exception("Internal Error (Leg): UNREACHABLE");
-}
« no previous file with comments | « dart/lib/compiler/implementation/elements/elements.dart ('k') | dart/lib/compiler/implementation/operations.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698