Skip to content

Commit

Permalink
Remove a dead function.
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Mar 22, 2020
1 parent b76bbcc commit 2655d1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
Expand Up @@ -278,11 +278,6 @@ class InterfaceFile {
return ParentUmbrellas;
}

/// Get the parent umbrella framework.
const std::vector<std::pair<Target, std::string>> getParentUmbrellas() const {
return ParentUmbrellas;
}

/// Add an allowable client.
///
/// Mach-O Dynamic libraries have the concept of allowable clients that are
Expand Down

0 comments on commit 2655d1b

Please sign in to comment.