From: Rafael Espindola Date: Thu, 30 Jan 2014 01:10:21 +0000 (+0000) Subject: Remove dead code. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fc79e50982cfc7dd0326ca7ce4cb44cc976c4e90;p=oota-llvm.git Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200436 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Object/ELFObjectFile.h b/include/llvm/Object/ELFObjectFile.h index 58f2973cc1c..10311319205 100644 --- a/include/llvm/Object/ELFObjectFile.h +++ b/include/llvm/Object/ELFObjectFile.h @@ -187,7 +187,6 @@ public: virtual uint8_t getBytesInAddress() const; virtual StringRef getFileFormatName() const; - virtual StringRef getObjectType() const { return "ELF"; } virtual unsigned getArch() const; virtual StringRef getLoadName() const;