mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 16:37:42 +00:00
Remove declare but not implemented methods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185904 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5263d0aa6a
commit
3d84b07f95
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user