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

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

Issue 9183002: Remove the type token used to pass element information to arrays. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address floitsch's comments Created 8 years, 11 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 | « compiler/lib/implementation/array.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/lib/implementation/type_token.dart
diff --git a/compiler/lib/implementation/type_token.dart b/compiler/lib/implementation/type_token.dart
deleted file mode 100644
index 6d12be7afb94ccc895abe4e934ebc3b8ef4242f0..0000000000000000000000000000000000000000
--- a/compiler/lib/implementation/type_token.dart
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-/*
- * This class is generic. It's main use is to transfer type information from
- * Dart to JS.
- */
-class TypeToken<T> {
- const TypeToken();
-}
« no previous file with comments | « compiler/lib/implementation/array.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698