[llvm] 2655d1b - Remove a dead function.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 22 10:27:59 PDT 2020


Author: Nico Weber
Date: 2020-03-22T13:27:51-04:00
New Revision: 2655d1b457891c42b639909e82c9388a68c06219

URL: https://github.com/llvm/llvm-project/commit/2655d1b457891c42b639909e82c9388a68c06219
DIFF: https://github.com/llvm/llvm-project/commit/2655d1b457891c42b639909e82c9388a68c06219.diff

LOG: Remove a dead function.

Added: 
    

Modified: 
    llvm/include/llvm/TextAPI/MachO/InterfaceFile.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h b/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
index 1a9711cfb405..f86851143b8d 100644
--- a/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
+++ b/llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
@@ -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


        


More information about the llvm-commits mailing list