forked from OSchip/llvm-project
Remove dead declaration
Stumbled upon this while I was reading code PiperOrigin-RevId: 210385303
This commit is contained in:
parent
6d13c3b773
commit
b70d3d662e
|
@ -1970,7 +1970,6 @@ private:
|
|||
SmallVectorImpl<CFGValue *> &values);
|
||||
|
||||
ParseResult parseBasicBlock();
|
||||
OperationInst *parseCFGOperation();
|
||||
TerminatorInst *parseTerminator();
|
||||
};
|
||||
} // end anonymous namespace
|
||||
|
|
Loading…
Reference in New Issue