summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-10-12 11:26:55 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-10-12 11:26:55 +0000
commit9b278a16958c7d1526eea23cdcd8f603b308ae0b (patch)
treedb35c016b9bc36cfc2e31d085ed4aa0edcbf01b4
parenta0922ed8feece71d8279b85739cf67788dbe7c66 (diff)
downloadbcm5719-llvm-9b278a16958c7d1526eea23cdcd8f603b308ae0b.tar.gz
bcm5719-llvm-9b278a16958c7d1526eea23cdcd8f603b308ae0b.zip
This doesn't need to be virtual anymore.
llvm-svn: 250028
-rw-r--r--lld/ELF/InputFiles.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.h b/lld/ELF/InputFiles.h
index 0255b74af39..34ce2bd4c34 100644
--- a/lld/ELF/InputFiles.h
+++ b/lld/ELF/InputFiles.h
@@ -35,7 +35,6 @@ class InputFile {
public:
enum Kind { ObjectKind, SharedKind, ArchiveKind };
Kind kind() const { return FileKind; }
- virtual ~InputFile() {}
StringRef getName() const { return MB.getBufferIdentifier(); }
OpenPOWER on IntegriCloud