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

Unified Diff: src/types.cc

Issue 1633213003: Remove FieldType::Iterator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Cleanup Created 4 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 | « src/types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/types.cc
diff --git a/src/types.cc b/src/types.cc
index dd090565d8a877c38494494b19ad54d23e19641a..c6a47acf1dbf09c87f4ba0d203001f7b83698f4a 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -1429,11 +1429,6 @@ Type* FieldType::Convert(Zone* zone) {
return Type::Class(AsClass(), zone);
}
-FieldType::Iterator FieldType::Classes() {
- if (IsClass()) return Iterator(this->AsClass());
- return Iterator();
-}
-
void FieldType::PrintTo(std::ostream& os) {
if (IsAny()) {
os << "Any";
« no previous file with comments | « src/types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698