[RISCV] Delete a ctor that is commented out. NFC

llvm-svn: 365175
This commit is contained in:
Fangrui Song 2019-07-05 08:25:14 +00:00
parent c72cb1f2a2
commit 6fa850c4fe
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ private:
int MoveF64FrameIndex = -1;
public:
// RISCVMachineFunctionInfo() = default;
RISCVMachineFunctionInfo(MachineFunction &MF) : MF(MF) {}
int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }