Index: runtime/vm/flow_graph.h |
=================================================================== |
--- runtime/vm/flow_graph.h (revision 20996) |
+++ runtime/vm/flow_graph.h (working copy) |
@@ -141,11 +141,6 @@ |
bool VerifyUseLists(); |
#endif // DEBUG |
- // Return all instance fields that are loaded in the graph and |
- // have non-generic type feedback attached to them that can |
- // potentially affect optimizations. |
- const ZoneGrowableArray<Field*>* FieldDependencies() const; |
- |
private: |
friend class BranchSimplifier; |
friend class ConstantPropagator; |