OSDN Git Service

with the previous refactoring, fixme fixed!
authorChris Lattner <sabre@nondot.org>
Sat, 1 Aug 2009 21:21:43 +0000 (21:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Aug 2009 21:21:43 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77805 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLoweringObjectFile.h

index 9961f6a..83d0eed 100644 (file)
@@ -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; }