[VFS] Remove unused setters. NFC.

llvm-svn: 249019
This commit is contained in:
Benjamin Kramer 2015-10-01 15:02:15 +00:00
parent 849f3bf8c9
commit 250c892ac1
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ public:
uint32_t getUser() const { return User; }
uint32_t getGroup() const { return Group; }
uint64_t getSize() const { return Size; }
void setType(llvm::sys::fs::file_type v) { Type = v; }
void setPermissions(llvm::sys::fs::perms p) { Perms = p; }
/// @}
/// @name Status queries
/// These are static queries in llvm::sys::fs.