| 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");
|
| -}
|
|
|