[llvm] r185904 - Remove declare but not implemented methods.

Rafael Espindola rafael.espindola at gmail.com
Mon Jul 8 22:09:08 PDT 2013


Author: rafael
Date: Tue Jul  9 00:09:08 2013
New Revision: 185904

URL: http://llvm.org/viewvc/llvm-project?rev=185904&view=rev
Log:
Remove declare but not implemented methods.

Modified:
    llvm/trunk/include/llvm/Object/Archive.h

Modified: llvm/trunk/include/llvm/Object/Archive.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/Archive.h?rev=185904&r1=185903&r2=185904&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/Archive.h (original)
+++ llvm/trunk/include/llvm/Object/Archive.h Tue Jul  9 00:09:08 2013
@@ -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; }
 





More information about the llvm-commits mailing list