From: Craig Topper <craig.topper@gmail.com> Date: Tue, 16 Jun 2015 05:44:06 +0000 (+0000) Subject: [TableGen] Remove unused method declaration. NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f428f1732a14694005aca8079786201e046533cb;p=oota-llvm.git [TableGen] Remove unused method declaration. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239801 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;