mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-19 09:26:59 +00:00
[TableGen] Remove unused constructor.
llvm-svn: 244718
This commit is contained in:
parent
62d526bd81
commit
9b6a90a0fc
@ -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…
x
Reference in New Issue
Block a user