From f428f1732a14694005aca8079786201e046533cb Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 16 Jun 2015 05:44:06 +0000 Subject: [PATCH] [TableGen] Remove unused method declaration. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239801 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/TableGen/Record.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h index 14ad6360335..5760a1cf9a4 100644 --- a/include/llvm/TableGen/Record.h +++ b/include/llvm/TableGen/Record.h @@ -1012,7 +1012,6 @@ public: return I->getKind() == IK_FieldInit; } static FieldInit *get(Init *R, const std::string &FN); - static FieldInit *get(Init *R, const Init *FN); Init *getBit(unsigned Bit) const override; -- 2.34.1