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

Unified Diff: runtime/vm/exceptions.cc

Issue 11236020: Remove unused WrongArgumentCountException. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « runtime/vm/exceptions.h ('k') | tools/utils/vim/syntax/dart.vim » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/exceptions.cc
diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc
index ba723dfddbb47a31b37fc9aaf6692e2cf866e3f5..6b569aa0e2d9ecf179e93bf10acff820312aa25f 100644
--- a/runtime/vm/exceptions.cc
+++ b/runtime/vm/exceptions.cc
@@ -428,10 +428,6 @@ RawObject* Exceptions::Create(
library = Library::CoreLibrary();
class_name = Symbols::New("OutOfMemoryError");
break;
- case kWrongArgumentCount:
- library = Library::CoreLibrary();
- class_name = Symbols::New("WrongArgumentCountException");
- break;
case kInternalError:
library = Library::CoreLibrary();
class_name = Symbols::New("InternalError");
« no previous file with comments | « runtime/vm/exceptions.h ('k') | tools/utils/vim/syntax/dart.vim » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698