Remove declare but not implemented methods.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 9 Jul 2013 05:09:08 +0000 (05:09 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 9 Jul 2013 05:09:08 +0000 (05:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185904 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/Archive.h

index 8f9c7265754e6b6923d9b39e11718576cf59408d..89b99b0d8f04449631e4b665437cef39ebb37351 100644 (file)
@@ -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; }