forked from OSchip/llvm-project
Remove undefined CFGFunction::print.
PiperOrigin-RevId: 205483944
This commit is contained in:
parent
3d52f72e02
commit
bd11eff2d6
|
@ -81,8 +81,6 @@ public:
|
|||
return func->getKind() == Kind::CFGFunc;
|
||||
}
|
||||
|
||||
void print(raw_ostream &os) const;
|
||||
|
||||
private:
|
||||
BasicBlockListType blocks;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue