From: Chris Lattner Date: Sat, 1 Aug 2009 21:21:43 +0000 (+0000) Subject: with the previous refactoring, fixme fixed! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=423d190dbe04d14782bbf9aa1e8ecb896870adb7;p=oota-llvm.git with the previous refactoring, fixme fixed! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77805 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetLoweringObjectFile.h b/include/llvm/Target/TargetLoweringObjectFile.h index 9961f6a46b5..83d0eed1b83 100644 --- a/include/llvm/Target/TargetLoweringObjectFile.h +++ b/include/llvm/Target/TargetLoweringObjectFile.h @@ -127,9 +127,6 @@ protected: public: - // FIXME: REMOVE. - Kind getKind() const { return K; } - bool isMetadata() const { return K == Metadata; } bool isText() const { return K == Text; }