[gardening] Remove unused method collectForwardableValues()

This commit is contained in:
practicalswift
2017-04-02 16:07:54 +02:00
parent 422bb7ff61
commit 906c36d209

View File

@@ -69,7 +69,6 @@ class ArrayAllocation {
bool mapInitializationStores(SILValue ElementBuffer);
bool recursivelyCollectUses(ValueBase *Def);
bool collectForwardableValues();
bool replacementsAreValid();
// After approx. this many elements, it's faster to use append(contentsOf:)