]> granicus.if.org Git - clang/commitdiff
[VFS] Remove unused setters. NFC.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 1 Oct 2015 15:02:15 +0000 (15:02 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 1 Oct 2015 15:02:15 +0000 (15:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249019 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/VirtualFileSystem.h

index 1c65fb5eac06379218006bd1d638a1e5f24949ba..e576db9bd854441fba91194eb8ad6e20aa927329 100644 (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.