summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-09 05:09:08 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-09 05:09:08 +0000
commit3d84b07f9581408d8ee9262744afd8ab02ff1821 (patch)
tree261629c36dbdfb0dd600a8674c077fd0e063d8a7 /include
parent5263d0aa6a0227ccd9ed8062c84b294137e88a68 (diff)
downloadllvm-3d84b07f9581408d8ee9262744afd8ab02ff1821.tar.gz
llvm-3d84b07f9581408d8ee9262744afd8ab02ff1821.tar.bz2
llvm-3d84b07f9581408d8ee9262744afd8ab02ff1821.tar.xz
Remove declare but not implemented methods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Object/Archive.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Object/Archive.h b/include/llvm/Object/Archive.h
index 8f9c726575..89b99b0d8f 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; }