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; }