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

Unified Diff: runtime/vm/raw_object.h

Issue 10979035: - Remove obsolete class. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/raw_object.h
===================================================================
--- runtime/vm/raw_object.h (revision 12814)
+++ runtime/vm/raw_object.h (working copy)
@@ -508,21 +508,6 @@
};
-class RawInstantiatedType : public RawAbstractType {
- private:
- RAW_HEAP_OBJECT_IMPLEMENTATION(InstantiatedType);
-
- RawObject** from() {
- return reinterpret_cast<RawObject**>(&ptr()->uninstantiated_type_);
- }
- RawAbstractType* uninstantiated_type_;
- RawAbstractTypeArguments* instantiator_type_arguments_;
- RawObject** to() {
- return reinterpret_cast<RawObject**>(&ptr()->instantiator_type_arguments_);
- }
-};
-
-
class RawAbstractTypeArguments : public RawObject {
private:
RAW_HEAP_OBJECT_IMPLEMENTATION(AbstractTypeArguments);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698