forked from OSchip/llvm-project
Remove virtual from a member function that's not overridden.
llvm-svn: 221230
This commit is contained in:
parent
d98c3abf9f
commit
5b95b72bb7
|
@ -318,7 +318,7 @@ public:
|
|||
static ContentPermissions permissions(ContentType type);
|
||||
|
||||
/// Utility function to check if the atom occupies file space
|
||||
virtual bool occupiesDiskSpace() const {
|
||||
bool occupiesDiskSpace() const {
|
||||
ContentType atomContentType = contentType();
|
||||
return !(atomContentType == DefinedAtom::typeZeroFill ||
|
||||
atomContentType == DefinedAtom::typeZeroFillFast ||
|
||||
|
|
Loading…
Reference in New Issue