diff --git a/include/llvm/Object/Archive.h b/include/llvm/Object/Archive.h index 8f9c7265754..89b99b0d8f0 100644 --- a/include/llvm/Object/Archive.h +++ b/include/llvm/Object/Archive.h @@ -65,10 +65,6 @@ public: error_code getName(StringRef &Result) const; StringRef getRawName() const { return ToHeader(Data.data())->getName(); } - int getLastModified() const; - int getUID() const; - int getGID() const; - int getAccessMode() const; /// \return the size of the archive member without the header or padding. uint64_t getSize() const { return Data.size() - StartOfFile; }