[NFC] Drop The Unused Interface Key From the Use Enumerator

This commit is contained in:
Robert Widmann
2020-12-07 15:17:12 -08:00
parent 96c0bd1d48
commit 030ed2a43b

View File

@@ -406,7 +406,6 @@ class UsedDeclEnumerator {
StringRef swiftDeps;
/// Cache these for efficiency
const DependencyKey sourceFileInterface;
const DependencyKey sourceFileImplementation;
function_ref<void(const DependencyKey &, const DependencyKey &)> createDefUse;