summaryrefslogtreecommitdiffstats
path: root/lld/include/lld/Core/DefinedAtom.h
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-11-04 02:40:55 +0000
committerRui Ueyama <ruiu@google.com>2014-11-04 02:40:55 +0000
commit5b95b72bb77402ea44f057fb838521bad13665f0 (patch)
treefb137359461299c5a7a7fde45e5f7cf5665bee6a /lld/include/lld/Core/DefinedAtom.h
parentd98c3abf9fb4278d37e89ec267f132aa85c12423 (diff)
downloadbcm5719-llvm-5b95b72bb77402ea44f057fb838521bad13665f0.tar.gz
bcm5719-llvm-5b95b72bb77402ea44f057fb838521bad13665f0.zip
Remove virtual from a member function that's not overridden.
llvm-svn: 221230
Diffstat (limited to 'lld/include/lld/Core/DefinedAtom.h')
-rw-r--r--lld/include/lld/Core/DefinedAtom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/Core/DefinedAtom.h b/lld/include/lld/Core/DefinedAtom.h
index ac16aa18493..65c0481e616 100644
--- a/lld/include/lld/Core/DefinedAtom.h
+++ b/lld/include/lld/Core/DefinedAtom.h
@@ -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 ||
OpenPOWER on IntegriCloud