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

Unified Diff: runtime/vm/kernel_to_il.h

Issue 2654983002: Revert "Revert "Revert "Removed usage of std::map and std::vector from kernel code. Issue #28064.""" (Closed)
Patch Set: Created 3 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 | « runtime/vm/kernel_reader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_to_il.h
diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
index 298125b4c714fc0bcf62f7b97da1254e45187e0f..e518cee8e1cec12366a43c316b05a5f9a8804f40 100644
--- a/runtime/vm/kernel_to_il.h
+++ b/runtime/vm/kernel_to_il.h
@@ -75,10 +75,6 @@ class Map : public DirectChainedHashMap<RawPointerKeyValueTrait<K, V> > {
return pair->value;
}
}
-
- inline Pair* LookupPair(const Key& key) {
- return DirectChainedHashMap<RawPointerKeyValueTrait<K, V> >::Lookup(key);
- }
};
class BreakableBlock;
« no previous file with comments | « runtime/vm/kernel_reader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698