mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 11:38:35 +00:00
[TableGen] Remove unused constructor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4ca3d348e2
commit
8e7b0427c4
@ -836,8 +836,6 @@ public:
|
||||
class VarInit : public TypedInit {
|
||||
Init *VarName;
|
||||
|
||||
explicit VarInit(const std::string &VN, RecTy *T)
|
||||
: TypedInit(IK_VarInit, T), VarName(StringInit::get(VN)) {}
|
||||
explicit VarInit(Init *VN, RecTy *T)
|
||||
: TypedInit(IK_VarInit, T), VarName(VN) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user