This doesn't need to be virtual anymore.

llvm-svn: 250028
This commit is contained in:
Rafael Espindola 2015-10-12 11:26:55 +00:00
parent a0922ed8fe
commit 9b278a1695
1 changed files with 0 additions and 1 deletions

View File

@ -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(); }